|
Re: Date duration function that returns years, months, weeks anddays? Paul Randall schrieb:
[...] Quote:
> I always thought that the DateDif function returned a double precision
> floating point number [...] [...]
The DateDiff function
"Returns the number of intervals between two dates."
The subtype of the return value is Long. The interval/unit depends on the
first parameter. |