DISPLAYTIME{"format"} -- formatted display time
- Formatted time - either GMT or Local server time, depending on {DisplayTimeValues} setting in configure. Same format qualifiers as
%GMTIME%
- Syntax:
%DISPLAYTIME%
OR %DISPLAYTIME{"format"}%
-
%DISPLAYTIME%
The time is shown as hh:mm (24 hour clock)
- Expands to:
20 Apr 2025 - 15:50
- Example:
%DISPLAYTIME{"$hou:$min"}%
expands to 15:50
- Related: GMTIME, SERVERTIME
