Template:H:Current time variables
From The Scuba Wiki
(Difference between revisions)
(new) |
m (1 revision) |
Latest revision as of 21:02, 28 December 2009
Word | Example | Explanation |
---|---|---|
{{CURRENTDAY}} | 16
| Displays the current day in numeric form. |
{{CURRENTDAY2}} | 16
| [MW1.6+] Same as {{CURRENTDAY}}, but with leading zero (01 .. 31). |
{{CURRENTDAYNAME}} | Thursday
| Name of the day in the language of the project or English. |
{{CURRENTDOW}} | 4
| Same as {{CURRENTDAYNAME}}, but as a number (0=Sunday, 1=Monday...). |
{{CURRENTMONTH}} | 01
| The number 01 .. 12 of the month. |
{{CURRENTMONTHABBREV}} | Jan
| [MW1.5+] Same as {{CURRENTMONTH}}, but in abbreviated form as Jan .. Dec. |
{{CURRENTMONTHNAME}} | January
| Same as {{CURRENTMONTH}}, but in named form January .. December. |
{{CURRENTTIME}} | 09:57
| The current time (00:00 .. 23:59). |
{{CURRENTHOUR}} | 09
| The current hour (00 .. 23). |
{{CURRENTWEEK}} | 3
| Number of the current week (1-53) according to ISO 8601 with no leading zero. |
{{CURRENTYEAR}} | 2025
| Returns the current year. |
{{CURRENTTIMESTAMP}} | 20250116095708
| [MW1.7+] ISO 8601 time stamp. |
Note to future editors: this page is referenced from help pages so that all references to this table can use the same information so that different help pages that reference this table don't have different information.