P
Pat Hartman
Dates are not stored as strings. They are stored as
double precision so I'm not sure why you are formatting
it. Dates are always formatted when they are displayed.
If you don't specify a specific format, the windows
default date format is used.
These are approximately the same time but the second shows
how the date is actually stored:
print now()
7/8/2004 1:52:04 PM
Print cdbl(now())
38176.5777314815
double precision so I'm not sure why you are formatting
it. Dates are always formatted when they are displayed.
If you don't specify a specific format, the windows
default date format is used.
These are approximately the same time but the second shows
how the date is actually stored:
print now()
7/8/2004 1:52:04 PM
Print cdbl(now())
38176.5777314815