%DATECOMPILED
Return the compilation date and time
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
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) |