Date_Time_Convert
Syntax: Date_Time_Convert(ccyymmdd_DateStr, hhmmss_TimeStr)
Arguments:
- ccyymmdd_DateStr is of type DateStr, in a yyyymmdd format, for example, 20110615
- hhmmss_TimeStr is o type TimeStr in a hhmmss format, for example, 120000
Return Type: Real
Description: Returns the number of days between 19900101 000000 (midnight on January 1, 1990) and the specified date and time. The time portion of this number is expressed as a fraction of a day.
Example:
Date_Time_Convert(CRTRAN25.transactionDate,CRTRAN25.transactionTime);
Returns the number of days (with time of day expressed as a fraction of a day) between the date and time an authorization occurs and midnight on January 1, 1990.