Template:FULLDATE
April 13, 2021
{{FULLDATE}} returns the full or short English date at current time (UTC time, as set on the Wikipedia server).
Usage
{{FULLDATE}}
- The
type
parameter is optional and can be either:- short: display the current month name and day of month
- medium: display the current month name, day of month, and year (default)
- long: display the current month name, day of month, year, and UTC time
- rfc-2822: displays the time in rfc-2822 format
- iso-8601: displays the time in iso-8601 format
- wiki: displays the time in wiki format
- The
time
parameter is optional, and can be used to get a date of other reference (like tomorrow etc..)
Examples
Code | Result |
---|---|
{{FULLDATE}}
|
April 13, 2021 |
{{FULLDATE|type=short}}
|
April 13 |
{{FULLDATE|type=shortish}}
|
Apr. 13, 2021 |
{{FULLDATE|type=medium}}
|
April 13, 2021 |
{{FULLDATE|type=long}}
|
April 13, 2021 10:16:05 |
{{FULLDATE|type=day}}
|
Tuesday, 13 April 2021 |
{{FULLDATE|type=longer}}
|
Tuesday, 13 April 2021 10:16:05 (UTC) |
{{FULLDATE|type=rfc-2822}}
|
Tue, 13 Apr 2021 10:16:05 +0000 |
{{FULLDATE|type=iso-8601}}
|
2021-04-13T10:16:05+00:00 |
{{FULLDATE|type=wiki}}
|
10:16:05, 13 April 2021 (UTC) |
{{FULLDATE|type=date}}
|
2021-04-13 |
Related pages
- Help:Magic words for {{CURRENTDAY}}, etc.
The above documentation is transcluded from Template:FULLDATE/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |