|
SERVERTIME{"format"} -- formatted server time
- Same format qualifiers as
%GMTIME%
- Syntax:
%SERVERTIME{"format"}%
- Supported variables:
$seconds , $minutes , $hours , $day , $wday , $dow , $month , $mo , $year , $ye , $tz , $iso , $rcs , $http , $epoch
- Example:
%SERVERTIME{"$hou:$min"}% expands to 23:30
- Note: When used in a template topic, this variable will be expanded when the template is used to create a new topic. See TWikiTemplates#TemplateTopicsVars for details.
- Category: DateAndTimeVariables, SystemInformationVariables
- Related: DISPLAYTIME, GMTIME, SERVERTIME
|