how to compute age base on age; i do this code but it doesnt work;
int age;
DateTime bday;
DateTime cdate;
bday = DateTimePicker1.Value;
cdate = DateTimePicker2.Today;
age = cdate - bday;
|
Results 1 to 3 of 3
Thread: [2.0] computing age by dateThreaded View
|
Click Here to Expand Forum to Full Width |