Platform | x64, Win32 |
Purpose |
To convert a time to a date for the form MM/DD/YY (American format). |
Syntax |
CHARACTER (LEN=*) FUNCTION TODATE@(SECS) |
Description |
A value for SECS could be obtained, for example, via a prior call to FILEINFO@.
|
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. |