Platform | x64, Win32 |
Purpose |
To convert the time given to a date in the format DD/MM/YY (European format). |
Syntax |
CHARACTER (LEN=*) FUNCTION TOEDATE@(SECS) |
Description |
TOEDATE@ returns the date in textual format based on time given in the form:
"29/01/93". |
See also |
|
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. |