show/hide this revision's text 5 added 1 characters in body

Here's

Here is one solution I found:

DateTime dt = new DateTime( bday.Year, 
DateTime.Now.Month, DateTime.Now.Day);

int age = (dt.Date
show/hide this revision's text 4

Here's one solution I found:

DateTime dt = new DateTime( bday.Year, 
DateTime.Now.Month, DateTime.Now.Day);

int age = (comparisonDate.Date
dt.Date
show/hide this revision's text 3

Here's one solution I found:

DateTime dt = new DateTime( bday.Year, 
DateTime.Now.Month, DateTime.Now.Day);

int age = (comparisonDate.Date
show/hide this revision's text 2
show/hide this revision's text 1