donrecardo
Member
- Joined
- Sep 24, 2009
- Messages
- 14
- Programming Experience
- Beginner
Hi ,
I have a form with 3 txtboxes. The user has to enter their
date of birth in the 3 boxes in the form
DD in the first box
MM in the second and
YYYY in the third
I then need to get todays date and take their date of
birth from todays date so that I can output to 3 labels
the length of time they have been alive in years,months
and days
I assume I will need to use timespan? in some way but I am
not sure how , or is there perhaps a better way ?
Regards
Don
I have a form with 3 txtboxes. The user has to enter their
date of birth in the 3 boxes in the form
DD in the first box
MM in the second and
YYYY in the third
I then need to get todays date and take their date of
birth from todays date so that I can output to 3 labels
the length of time they have been alive in years,months
and days
I assume I will need to use timespan? in some way but I am
not sure how , or is there perhaps a better way ?
Regards
Don