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: 15 May 2024 - 11:52
  • Example:
    %DISPLAYTIME{"$hou:$min"}%
    expands to 11:52
  • Related: GMTIME, SERVERTIME