|
DISPLAYTIME{"format"} -- formatted display time
- Formatted time - either GMT or Local server time, depending on {DisplayTimeValues} setting in configure, default
$year-$mo-$day . Same format qualifiers as %GMTIME%
- Syntax:
%DISPLAYTIME{"format"}%
- Supported variables:
$seconds , $minutes , $hours , $day , $wday , $dow , $month , $mo , $year , $ye , $tz , $iso , $rcs , $http , $epoch
- Example:
%DISPLAYTIME{"$hou:$min"}% expands to 06:50
- Category: DateAndTimeVariables, SystemInformationVariables
- Related: DISPLAYTIME, GMTIME, SERVERTIME
|