Difference between revisions of "Template:ISO date/sandbox"
Jump to navigation
Jump to search
imported>SD0001 |
imported>Jonesey95 (sync with live template) |
||
| Line 1: | Line 1: | ||
| − | {{# | + | {{#if:{{{class}}}|<span class="{{{class|bday dtstart updated}}}">}}<noinclude><!-- if formatted MMMM YYYY |
| + | --></noinclude>{{SAFESUBST:<noinclude/>#ifeq:{{{1|}}}|{{SAFESUBST:<noinclude/>#time:F Y|{{{1|}}}|local}}|<noinclude><!-- | ||
| + | then --></noinclude>{{SAFESUBST:<noinclude/>#time:Y-m|{{{1|}}}|local}}|<noinclude><!-- | ||
| + | else if formatted MMM YYYY | ||
| + | --></noinclude>{{SAFESUBST:<noinclude/>#ifeq:{{{1|}}}|{{SAFESUBST:<noinclude/>#time:M Y|{{{1|}}}|local}}|<noinclude><!-- | ||
| + | then --></noinclude>{{SAFESUBST:<noinclude/>#time:Y-m|{{{1|}}}|local}}|<noinclude><!-- | ||
| + | else if formatted YYYY | ||
| + | --></noinclude>{{SAFESUBST:<noinclude/>#ifeq:{{{1|}}}|{{SAFESUBST:<noinclude/>#time:Y|0:01 {{{1|}}}|local}}|<noinclude><!-- | ||
| + | then --></noinclude>{{{1}}}<noinclude><!-- {{{1}}} will never be blank here --></noinclude>|<noinclude><!-- | ||
| + | else format general case as regular date | ||
| + | --></noinclude>{{SAFESUBST:<noinclude/>#time:Y-m-d|{{{1|<noinclude>15 January 2001</noinclude>}}}|local}}<noinclude><!-- | ||
| + | end if--></noinclude>}}<noinclude><!-- | ||
| + | end if--></noinclude>}}<noinclude><!-- | ||
| + | end if--></noinclude>}}{{#if:{{{class}}}|</span>}}<noinclude> | ||
| + | {{documentation}} | ||
| + | </noinclude> | ||
Latest revision as of 19:46, 19 January 2021
2001-01-15
| This is the template sandbox page for Template:ISO date (diff). |
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 2025-08-17{{ISO date}}returns 2025-11-06
The template accepts one unnamed parameter containing a date in one of the following formats:
{{ISO date|15 January 2001}}returns 2001-01-15{{ISO date|15 Jan 2001}}returns 2001-01-15{{ISO date|15-01-2001}}returns 2001-01-15
{{ISO date|January 15, 2001}}returns 2001-01-15{{ISO date|Jan 15, 2001}}returns 2001-01-15{{ISO date|Jan. 15, 2001}}returns 2001-01-15{{ISO date|01/15/2001}}returns 2001-01-15
{{ISO date|January 2001}}returns 2001-01{{ISO date|Jan 2001}}returns 2001-01
{{ISO date|2001}}returns 2001
Formats for which it can not work because #time returns an error or an incorrect ISO format:
{{ISO date|01-15-2001}}returns Error: Invalid time. (hyphens indicate DD-MM-YYYY and 15 is an invalid month number){{ISO date|15/01/2001}}returns Error: Invalid time. (slashes indicate MM/DD/YYYY and 15 is an invalid month number){{ISO date|1/2001}}returns Error: Invalid time.{{ISO date|2001 January 15}}returns Error: Invalid time.{{ISO date|2001 January}}returns 2001-01-01 (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. |