The TODATE command converts date strings to numbers that can be used to extract data output for a specific time period. TODATE converts date strings into the number of seconds elapsed since midnight, January 1, 1970.
<TODATE (formatString, dateString)
formatString | The format of the date string, either "mm-dd-yyyy" or "dd-mm-yyyy". |
dateString | The date string. |
<TODATE("dd-mm-yyyy","15-10-2002")
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |