Difference between revisions of "Template:ISO8601"
Jump to navigation
Jump to search
(link) |
(Replace #substring:) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<poem> | <poem> | ||
{{ISO8601 | {{ISO8601 | ||
− | | | + | |publication_dateYear= (0-9999) |
− | | | + | |publication_dateMonth= (1-12) |
− | | | + | |publication_dateDay= (1-31) |
}} | }} | ||
</poem> | </poem> | ||
− | </noinclude><includeonly>{{# | + | </noinclude><includeonly>{{#sub:0000{{{DateYear|}}}| {{#invoke:String|len|{{{DateYear|}}} }} |4}}-{{#sub:0{{{DateMonth|}}}|{{#expr: {{#invoke:String|len|{{{DateMonth|}}}}} - 1}}|2}}-{{#sub:0{{{DateDay|}}}|{{#expr: {{#invoke:String|len|{{{DateDay|}}}}} - 1}}|2}}</includeonly> |
Latest revision as of 06:05, 6 July 2019
Formats a date as ISO8601.
Usage:
{{ISO8601
|publication_dateYear= (0-9999)
|publication_dateMonth= (1-12)
|publication_dateDay= (1-31)
}}