4
athlon
7y

DateTime now = DateTime.Today;
int age = now.Year - bday.Year;

MessageBox.Show("Happy " + age.ToString() + " birthday, devRant!");

Comments
Add Comment