Difference between revisions of "Template:ISO date"
Jump to navigation
Jump to search
imported>Trödel (remove one endif) |
imported>Trödel m (fix syntax error) |
||
| Line 1: | Line 1: | ||
<!-- if formatted MMMM YYYY | <!-- if formatted MMMM YYYY | ||
-->{{ #ifeq: {{{1|}}} | {{ #time: F Y | {{{1|}}} | local }}|<!-- | -->{{ #ifeq: {{{1|}}} | {{ #time: F Y | {{{1|}}} | local }}|<!-- | ||
| − | then --> | + | then -->{{ #time: Y-m | {{{1|}}} | local }}|<!-- |
else if formatted MMM YYYY | else if formatted MMM YYYY | ||
-->{{ #ifeq: {{{1|}}} | {{ #time: M Y | {{{1|}}} | local }}|<!-- | -->{{ #ifeq: {{{1|}}} | {{ #time: M Y | {{{1|}}} | local }}|<!-- | ||
| − | then --> | + | then -->{{ #time: Y-m | {{{1|}}} | local }}|<!-- |
else if formatted YYYY | else if formatted YYYY | ||
-->{{ #ifeq: {{CURRENTYEAR}}-{{CURRENTMONTH}} |{{ #time: Y-m | {{{1|<noinclude>15 January 2001</noinclude>}}} | local }}|<!-- | -->{{ #ifeq: {{CURRENTYEAR}}-{{CURRENTMONTH}} |{{ #time: Y-m | {{{1|<noinclude>15 January 2001</noinclude>}}} | local }}|<!-- | ||
| − | then -->{{#if:{{{1 | + | then -->{{#if:{{{1|<noinclude>15 January 2001</noinclude>}}}|{{{1}}}|4-<span class="error">ISO date requires a parameter</span>}}<!-- |
else -->5-{{ #time: Y-m-d |{{{1|<noinclude>15 January 2001</noinclude>}}}|local}}<!-- | else -->5-{{ #time: Y-m-d |{{{1|<noinclude>15 January 2001</noinclude>}}}|local}}<!-- | ||
end if-->}}<!-- | end if-->}}<!-- | ||
Revision as of 03:25, 11 November 2008
This template converts dates to ISO dates (YYYY-MM-DD or YYYY-MM or YYYY as appropriate), see below for restrictions on input formats accepted.
Usage
The template may be used without any parameters, in which case it displays the current date: If no year has been specified, it displays the current year
{{ISO date|Aug 17}}returns{{ISO date}}returns 4-ISO date requires a parameter5-2026-01-15
The template accepts one unnamed parameter containing a date in one of the following formats:
{{ISO date|15 January 2001}}returns{{ISO date|15 Jan 2001}}returns{{ISO date|15-01-2001}}returns
{{ISO date|January 15, 2001}}returns{{ISO date|Jan 15, 2001}}returns{{ISO date|Jan. 15, 2001}}returns{{ISO date|01/15/2001}}returns
{{ISO date|January 2001}}returns 2001-01{{ISO date|Jan 2001}}returns 2001-01
{{ISO date|2001}}returns
Formats for which it can not work because #time returns an error or an incorrect ISO format:
{{ISO date|01-15-2001}}returns (hyphens indicate DD-MM-YYYY and 15 is an invalid month number){{ISO date|15/01/2001}}returns (slashes indicate MM/DD/YYYY and 15 is an invalid month number){{ISO date|1/2001}}returns{{ISO date|2001 January 15}}returns{{ISO date|2001 January}}returns (expected: 2001-01)
Use in microformats
See also
- {{ISO end date}}
- {{Birth date}}
- {{Birth date and age}}
- {{Start date}}
| The above documentation is transcluded from Template:ISO date/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |