day of the Week (Sun, Mon, Tue, Wed, Thu, Fri, Sat)
Thu
$dow
day of the week (Sun = 0)
2
$week
number of week in year (ISO 8601)
34
Changed:
< <
$month
month in ISO format
Dec
> >
$month
short name of month
Dec
$mo
2 digit month
12
$year
4 digit year
1999
$ye
2 digit year
99
Line: 25 to 25
Variables can be shortened to 3 characters
Example: %GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 27 May, 2022 - 22:16:31
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.
Example: %GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 27 May, 2022 - 22:16:31
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.
day of the Week (Sun, Mon, Tue, Wed, Thu, Fri, Sat)
Thu
$dow
day of the week (Sun = 0)
2
$week
number of week in year (ISO 8601)
34
$month
month in ISO format
Dec
$mo
2 digit month
12
$year
4 digit year
1999
$ye
2 digit year
99
$tz
either "GMT" (if set to gmtime), or "Local" (if set to servertime)
GMT
$iso
ISO format timestamp
2022-05-27T22:16:31Z
$rcs
RCS format timestamp
2022/05/27 22:16:31
$http
E-mail & http format timestamp
Fri, 27 May 2022 22:16:31 GMT
$epoch
Number of seconds since 00:00 on 1st January, 1970
1653689791
Variables can be shortened to 3 characters
Example: %GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 27 May, 2022 - 22:16:31
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.