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:
13 Mar 2025 - 14:01
- Example:
%DISPLAYTIME{"$hou:$min"}%
expands to 14:01
- Related: GMTIME, SERVERTIME
