%DATECOMPILED
Return the compilation date and time
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
NSupported in Synergy .NET
|
date = %DATECOMPILED
Return value
date
The compilation date and time. (a)
Discussion
%DATECOMPILED is evaluated at compile time.
The date and time are returned in the format DD-MMM-YYYY hh:mm:ss.
DD |
The day (01 through 31) |
MMM |
The month (Jan through Dec) |
YYYY |
The four-digit year (for example, 2016) |
hh |
The hour (00 through 23) |
mm |
The minutes (00 through 59) |
ss |
The seconds (00 through 59) |