Templet:FULLDATE
Appearance
Disemba 23, 2025
{{FULLDATE}} returns the full or short English date at current time (UTC time, as set on the Wikipedia server).
Usage
[edit source]- The
typeparameter 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
Thetimeparameter is optional, and can be used to get a date of other reference (like tomorrow etc..)
Examples
[edit source]
Code
Result
{{FULLDATE}}
Disemba 23, 2025
{{FULLDATE|type=short}}
Disemba 23
{{FULLDATE|type=shortish}}
Dis. 23, 2025
{{FULLDATE|type=medium}}
Disemba 23, 2025
{{FULLDATE|type=long}}
Disemba 23, 2025 10:50:00
{{FULLDATE|type=day}}
Tunde, 23 Disemba 2025
{{FULLDATE|type=longer}}
Tunde, 23 Disemba 2025 10:50:00 (UTC)
{{FULLDATE|type=rfc-2822}}
Tue, 23 Dec 2025 10:50:00 +0000
{{FULLDATE|type=iso-8601}}
2025-12-23T10:50:00+00:00
{{FULLDATE|type=wiki}}
10:50:00, 23 Disemba 2025 (UTC)
{{FULLDATE|type=date}}
2025-12-23
See also
[edit source]
- Help:Magic words for {{CURRENTDAY}}, etc.