Difference: VarGMTIME2 (1 vs. 4)
|
META TOPICPARENT |
name="TWikiVariables" |
|
|
< < | |
| GMTIME{"format"} -- formatted GM time
- Syntax:
%GMTIME{"format"}%
- Supported variables:
|
|
$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 |
|
> > |
$tz |
either "GMT" (if set to gmtime), or offset such as "-0700" (if set to servertime) |
GMT |
|
|
$iso |
ISO format timestamp |
2024-11-14T18:05:28Z |
$rcs |
RCS format timestamp |
2024/11/14 18:05:28 |
$http |
E-mail & http format timestamp |
Thu, 14 Nov 2024 18:05:28 GMT |
|
|
META TOPICPARENT |
name="TWikiVariables" |
|
|
$wday |
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 |
|
> > |
$month |
short name of month |
Dec |
|
|
$mo |
2 digit month |
12 |
$year |
4 digit year |
1999 |
$ye |
2 digit year |
99 |
|
|
- Variables can be shortened to 3 characters
- Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 14 Nov, 2024 - 18:05:29
- 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.
|
|
< < | |
> > | |
| |
|
META TOPICPARENT |
name="TWikiVariables" |
|
|
- Variables can be shortened to 3 characters
- Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 14 Nov, 2024 - 18:05:29
- 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.
|
|
< < | |
> > | |
| |
|
> > |
META TOPICPARENT |
name="TWikiVariables" |
GMTIME{"format"} -- formatted GM time
- Syntax:
%GMTIME{"format"}%
- Supported variables:
Variable: | Unit: | Example | $seconds | seconds | 59 | $minutes | minutes | 59 | $hours | hours | 23 | $day | day of month | 31 | $wday | 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 | 2024-11-14T18:05:29Z | $rcs | RCS format timestamp | 2024/11/14 18:05:29 | $http | E-mail & http format timestamp | Thu, 14 Nov 2024 18:05:29 GMT | $epoch | Number of seconds since 00:00 on 1st January, 1970 | 1731607529 |
- Variables can be shortened to 3 characters
- Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 14 Nov, 2024 - 18:05:29
- 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.
- Related: DISPLAYTIME, GMTIME, SERVERTIME
|
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria?
Send feedback Note: Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.VarGMTIME2.