Platform | x64, Win32 |
Purpose |
To get the date in text form. |
Syntax |
CHARACTER (LEN=*) FUNCTION TOFDATE@(SECS) |
Description |
TOFDATE@ returns the date in textual format based on time given in the form:
"Friday January 29, 1993". |
Notes |
SECS is a 32 bit integer value. As a result this routine will fail for values that are after the equivalent of 19 January 2038. |