Welcome Features News Download Registration Support FAQ Wish list Links
Advanced stock charting and analysis program

A-Z Index | Category Index |

DATENUM
- date number

Date/Time
(AFL 1.4)


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

References:

The DateNum function is used in the following formulas in AFL on-line library:


 


About | Privacy | Terms of Use | Contact information
Copyright © 2003 AMIBROKER.COM