C# calculate accurate age
Posted
by reggieboyYEAH
on Stack Overflow
See other posts from Stack Overflow
or by reggieboyYEAH
Published on 2010-06-16T15:26:49Z
Indexed on
2010/06/16
15:32 UTC
Read the original article
Hit count: 126
c#
Hello guys, anyone know how to get the age based on a date(birthdate)
im thinking of something like this
string age = DateTime.Now.GetAccurateAge();
and the output will be some thing like 20Years 5Months 20Days
© Stack Overflow or respective owner