anyone know how to get the age based on a date(birthdate)
im thinking of something like this
string age = DateTime.Now.GetAccurateAge();
This sounds like a fine exercise to get to know the TimeSpan class better.