Difference between revisions of "Template:ISO8601"
Jump to navigation
Jump to search
m (Text replacement - "|Date" to "|publication_date") |
(Remove strlen) |
||
Line 8: | Line 8: | ||
}} | }} | ||
</poem> | </poem> | ||
− | </noinclude><includeonly>{{#substring:0000{{{DateYear|}}}| {{# | + | </noinclude><includeonly>{{#substring:0000{{{DateYear|}}}| {{#invoke:String|len|{{{DateYear|}}} }} |4}}-{{#substring:0{{{DateMonth|}}}|{{#expr: {{#invoke:String|len|{{{DateMonth|}}}}} - 1}}|2}}-{{#substring:0{{{DateDay|}}}|{{#expr: {{#invoke:String|len|{{{DateDay|}}}}} - 1}}|2}}</includeonly> |
Revision as of 21:54, 4 July 2019
Formats a date as ISO8601.
Usage:
{{ISO8601
|publication_dateYear= (0-9999)
|publication_dateMonth= (1-12)
|publication_dateDay= (1-31)
}}