I'm trying to make a program for the school i work for, which calculate students age according to a certian date in years, months and days
the program is for use at the school to calculate students ages in order to know they are applicable to which grade at the official date of the new academic year

i.e. calculating if student's date birth was @ 1/1/2000 so i wanna know how many years, months, n days he is @ 1/10/2009

im kinda new in the VB world n the programming world, but i searched the forum n found many results but it seemed they didnt worked correctly for my case

i tried using dtpicker or entering the date manually in a textbox but i prefer using the dtpicker

please give me an example how to make it, which function better to be used in such case