ELDateToDateTime (Reserved Word)
This reserved word returns a double-precision decimal expression representing the specified EasyLanguage date value.
ELDateToDateTime(iELDate);
Where iELDate is a numeric expression representing the date in EasyLanguage YYYMMDD format.
Remarks
If a specific date is entered, it must be a valid date between January 1, 1900 and February 28, 2150, expressed in EasyLanguage format.
Examples
Value1 = ELDateToDateTime(1030425); returns a value of 37736.00 for the specified date of April, 25, 2003..