H
Henning
Given a Birthdate [DOB], i wish to calculate age in years(0..), month
(0..11), weeks(0..3) and days(0..6). My method of choise i
Datediff("d";[DOB];Now()), from wich all can be calculated by a little math.
However there seems to be a problem in Datediff. If i.e [DOB]=23/04-2001 and
Now()=12/06-2005, then the differens in days (in a 360 day calender) is 1489
days. However Datediff returns 1511 days.
Any ideas as to why this error exists, and how to fix it?
(0..11), weeks(0..3) and days(0..6). My method of choise i
Datediff("d";[DOB];Now()), from wich all can be calculated by a little math.
However there seems to be a problem in Datediff. If i.e [DOB]=23/04-2001 and
Now()=12/06-2005, then the differens in days (in a 360 day calender) is 1489
days. However Datediff returns 1511 days.
Any ideas as to why this error exists, and how to fix it?