G
Guest
Can any one tell me why when I use the datediff function and specify years,
It gives me a date "3/4/1899" nstead of a period of time? Is it my date
format?
The two dates are as follows:
daDob 08/04/1946
daPatientAge 9/21/2005
The code is as follows:
daPatientAge = DateDiff("yyyy", daSpecDate, daDOB)
Any suggestions would be great.
Thx.
It gives me a date "3/4/1899" nstead of a period of time? Is it my date
format?
The two dates are as follows:
daDob 08/04/1946
daPatientAge 9/21/2005
The code is as follows:
daPatientAge = DateDiff("yyyy", daSpecDate, daDOB)
Any suggestions would be great.
Thx.