Template:Date/doc#Description
{{Documentation subpage}}
{{for|dates formatted with the #time parser function|mw:Help:Extension:ParserFunctions#.23time}}
{{High-use| 40880 }}
{{warning|text=This template should only be used internally in other templates.}}
=Description=
This template converts a date to one of the standard date formats used on the English Wikipedia.
This template should only be used internally in other templates. For formatting dates in articles, see Wikipedia's guidelines for formatting dates or an overview of date formatting guidelines.
If you want sortable dates for a table, use {{tl|date table sorting}} instead.
=Syntax=
This template takes up to two parameters, both of which are optional:
is an (optional) date to be formatted. - If no date is specified, the template emits the current date.
For example, {{nowrap|
}} produces {{date}}. To avoid emitting the current date if none is input, use Template:fdate.{{date}} - If a date is provided, but is not recognized as one, the text is just returned as is. Most dates will however be recognized as such, including all the formats typically used on Wikipedia. Numerous variations thereof are also supported, including abbreviated or lower-case month names; ordinal "st", "nd", "rd", "th"; extraneous white space; missing comma, etc.
- Notes:
- Some dates are converted even if they are not real dates, and some dates are not converted even though they are real dates. See known issues below.
- Only dates within the range {{date|January 1, 1000}} and {{date|December 31, 9999}} are supported. Dates with two-digit years will have the years from 1970 to 2069. Other dates outside the range 1000–9999 will be treated as if the second parameter were "none".
- when using month numbers in numeric, the valid formats are MM/DD/YYYY, DD-MM-YYYY, DD.MM.YYYY, YYYY/MM/DD, YYYY-MM-DD, MM/DD/YY, YY-MM-DD, DD.MM.YY, the invalid formats are DD/MM/YYYY, MM-DD-YYYY, MM.DD.YY, YYYY.MM.DD, MM.DD.YYYY, DD-MM-YY, YY/MM/DD, DD/MM/YY, YY.MM.DD
controls the date format in which the result is to be emitted. Recognized values for the second parameter are: DMY{{0}}
gives d mmmm yyyy (e.g. {{date|2007-05-31|DMY}}). This is the default format.MDY{{0}}
gives mmmm d, yyyy (e.g. {{date|2007-05-31|MDY}})YMD{{0}}
gives yyyy mmmm d (e.g. {{date|2007-05-31|YMD}})ISO{{0}}
gives an ISO 8601 style yyyy-mm-dd (e.g. {{date|2007-05-31|ISO}})none
applies no formatting whatsoever- If a date to be formatted is provided but no style is specified, the template emits a date in "d month yyyy" format, as it appears (for example) on discussion pages. When no date is specified, then the current date is emitted with no year, either in "d month" format for formatting style
DMY
, or in "month d" format for formatting stylesMDY
,YMD
andISO
. - Notes:
- Only
DMY
/lDMY
andMDY
/lMDY
are in accordance with the English language Wikipedia's Manual of Style. The use ofISO
/lISO
(ISO 8601) format within article prose is expressly discouraged by the Manual of Style; this format should only be used in tables, lists, or references. - Wikipedia caches the current version of pages, and the template may display the date that the page was cached, rather than the current date.
=Examples=
==With valid input==
class="wikitable"
! scope="col" style="width:20%;" | Format ! scope="col" style="width:40%;" | Input ! scope="col" style="width:40%;" | Output |
style="border-top: 2px solid gray"
! scope="row" rowspan="8" | not specified | | {{date|2006-08-04}} |
| {{date|Aug 4, 2006}} |
| {{date|4 August 2006}} |
| {{date|4 August}} |
| {{date|Aug 4}} |
|
| style="background-color:#F0C0C0;" | {{date|}} (missing year)
|-
|
| {{date}}
|-
|
| {{date|2=}}
|- style="border-top: 2px solid gray"
! scope="row" rowspan="8" | DMY format
|
| {{date|2006-08-04|DMY}}
|-
|
| {{date|Aug 4, 2006|DMY}}
|-
|
| {{date|4 August 2006|DMY}}
|-
|
| {{date|4 August|DMY}}
|-
|
| {{date|Aug 4|DMY}}
|-
|
| style="background-color:#F0C0C0;" | {{date||DMY}} (missing year)
|-
|
| {{date|2=DMY}}
|-
|
| {{date|{{date}}|DMY}}
|- style="border-top: 2px solid gray"
! scope="row" rowspan="8" | MDY format
|
| {{date|2006-08-04|MDY}}
|-
|
| {{date|Aug 4, 2006|MDY}}
|-
|
| {{date|4 August 2006|MDY}}
|-
|
| {{date|4 August|MDY}}
|-
|
| {{date|Aug 4|MDY}}
|-
|
| style="background-color:#F0C0C0;" | {{date||MDY}} (missing year)
|-
|
| {{date|2=MDY}}
|-
|
| {{date|{{date}}|MDY}}
|- style="border-top: 2px solid gray"
! scope="row" rowspan="8" | YMD format
|
| {{date|2006-08-04|YMD}}
|-
|
| {{date|Aug 4, 2006|YMD}}
|-
|
| {{date|4 August 2006|YMD}}
|-
|
| {{date|4 August|YMD}}
|-
|
| {{date|Aug 4|YMD}}
|-
|
| style="background-color:#F0C0C0;" | {{date||YMD}} (missing year)
|-
|
| {{date|2=YMD}}
|-
|
| {{date|{{date}}|YMD}}
|- style="border-top: 2px solid gray"
! scope="row" rowspan="8" | ISO format
|
| {{date|2006-08-04|ISO}}
|-
|
| {{date|Aug 4, 2006|ISO}}
|-
|
| {{date|4 August 2006|ISO}}
|-
|
| style="background-color:#F0C0C0;" |{{date|--08-04|ISO}}
|-
|
| style="background-color:#F0C0C0;" |{{date|--08-04|ISO}}
|-
|
| style="background-color:#F0C0C0;" | {{date|{{#time: --m-d}}|ISO}} (missing year)
|-
|
| {{date|2=ISO}}
|-
|
| {{date|{{date}}|ISO}}
|- style="border-top: 2px solid gray"
! scope="row" rowspan="8" | none format
|
| {{date|2006-08-04|none}}
|-
|
| {{date|Aug 4, 2006|none}}
|-
|
| {{date|4 August 2006|none}}
|-
|
| {{date|4 August|none}}
|-
|
| {{date|Aug 4|none}}
|-
|
| style="background-color:#F0C0C0;" | {{date || none}} (blank)
|-
|
| style="background-color:#F0C0C0;" | {{date|2=none}} (blank)
|-
|
| {{date|{{date}}|none}}
|}
==Other acceptable input==
A wide variety of other input formats are handled correctly by the template:
class="wikitable"
! scope="col" style="width:50%;" | Input ! scope="col" style="width:50%;" | Output |
(ordinal 'st')
| {{date|1st December 2008}} |
(missing comma)
| {{date|june 24 2006}} |
(lowercase month name)
| {{date|24 june 2006}} |
(abbreviated month name)
| {{date|24 jun}} |
| {{date|June 2006}} |
| {{date|2006 June}} |
| {{date|05/31/2012}} |
| {{date|31-05-2012}} |
==Invalid input==
Input strings that the template cannot format are returned unaltered. This includes strings containing characters such as square brackets, so any links will result in unformatted output.
class="wikitable"
! scope="col" style="width:50%;" | Input ! scope="col" style="width:50%;" | Output |
| {{date|23007-031-24}} |
| {{date|1 December 2008 | YMD}} |
| {{date|1 December 2008 | MDY}} |
| {{date|2008 December 1|DMY}} (expected: {{date|2008-12-01|DMY}}) |
| {{date|2008 December 1|MDY}} (expected: {{date|2008-12-01|MDY}}) |
| {{date|2008 December 1|ISO}} (expected: {{date|1 December 2008|ISO}}) |
| {{date|June 2006|ISO}} (missing day, expected: 2006-06--) |
|
-08-24}}
| {{date |
-08-24}} |
|
08-24}}
| {{date |
08-24}} |
| {{date|08-24}} |
| {{date|2006-08--}} |
| {{date|2006-08-}} |
| {{date|32 Aug}} |
| {{date|932 Aug}} |
| {{date|0932 Aug}} |
| {{date|Aug 32}} |
| {{date|Aug 932}} |
| {{date|Aug 0932}} |
| {{date|31/05/2012}} (expected {{date|05/31/2012}}) |
| {{date|05-31-2012}} (expected {{date|05/31/2012}}) |
| {{date|May 18, 2019|YDM}} (expected {{#time: Y j F|May 18, 2019}}) |
=Known issues=
Out-of-range values are "fixed"
- The PHP library, that this template ultimately depends on, converts out-of-range values to the next-best in-range values. As a result, some date-like values that are not actually valid dates get converted anyway. These include...
- all dates with zero day-of-the-month. Such a "zero-th" day of a month gets converted into the last day of the previous month.For example,
results in{{date|June 0, 2006}} {{date|June 0, 2006}}
.Similarly,
becomes{{date|0 January 2006}} {{date|0 January 2006}}
. - all dates with day-number values that exceed the number of days in the specified month cause the date to be incremented into the next month.For example,
results in{{date|31 November 2008}} {{date|31 November 2008}}
, since November has only 30 days.Similarly,
results in{{date|February 29, 2007}} {{date|February 29, 2007}}
, since 2007 was not a leap year.Note: Due to a parser peculiarity in the PHP library, 'December 32' and '32 December' are treated differently, and the latter results in an error (which causes this template to emit it unchanged), and only the former "overflows" into the next month.
Non-Gregorian dates are treated as Gregorian
- The PHP library that this template ultimately depends on assumes that all dates, irrespective of context, are Gregorian calendar dates. Consequently:
- some dates that would be valid in a non-Gregorian context are treated as out-of-range dates and converted to the next-best in-range values. For example,
results in{{date|30 February 1712}} {{date|30 February 1712}}
because – even though 30 February 1712 is a valid date in the Swedish calendar – February 1712 had only 29 days in the Gregorian calendar. - ten dates are not reformatted. These are 29 February and 1 March of the years 1000, 1100, 1300, 1400, 1500. The cause of this is the same as that of the Swedish 30 February 1712.
- some dates that would not be valid in some contexts are converted normally. For example, 29 February 1912 or 1 February 1918 are not valid in a Russian context, but perfectly valid in the Gregorian one.
ISO 8601 format not suitable for years before 1583
- The ISO 8601 standard requires mutual agreement between those using the format to use years earlier than 1583. Since no agreement has been obtained from our readers, that format should not be used for such years, nor for any date not in the Gregorian calendar.
Output provided for ISO dates when year is missing
- The current 2004 version of ISO 8601 does not permit omitting the year, but this template will produce a supposedly ISO output when the year is missing.
Does not provide Microformats
- hCalendar and hCard microformats have various date properties, which are not emitted by this template. Use {{Tl|Start date}}, {{Tl|End date}}, {{Tl|Birth date}} or one of their variants, as necessary, in infoboxes which allow microformat-compatible date templates.
=See also=
{{Date and time templates}}
Category:Date conversion templates
Category:Date-computing templates
}}
{
"params": {
"1": {
"label": "date",
"description": "Date to be formatted",
"example": "Jan 1, 2007",
"type": "date",
"suggested": true
},
"2": {
"label": "format",
"description": "Controls the date format for the result",
"example": "MDY",
"type": "string",
"suggested": true,
"default": "DMY"
}
},
"description": "Converts dates into a format used on Wikipedia"
}