DateNum
|
Date/Time |
SYNTAX | datenum() |
RETURNS | ARRAY |
FUNCTION | Returns the array with numbers that represent quotation dates
coded as follows: 10000 * (year - 1900) + 100 * month + day, so 2001-12-31 becomes 1011231 and 1995-12-31 becomes 951231 |
EXAMPLE | datenum(); |
SEE ALSO |
The DateNum function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.