Template talk:YMD to ISO

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Usage Templates



With the {{date}} template:


{{date|{{YMD to ISO|2011 August 16}}|ISO}} - 2011-08-16

Without YMD to ISO: {{date|2011 August 16|ISO}} - 2011 August 16 (not converted to ISO, returns unalternated)



With the {{ISO date}} template:


{{ISO date|{{YMD to ISO|2011 August 16}}}} - 2011-08-16

Without YMD to ISO: {{ISO date|2011 August 16}} - Error: Invalid time. (will give an error)



With the {{#time}} parser function:


{{#time: m/d/Y|{{YMD to ISO|2011 August 16}}}} - 08/16/2011

Without YMD to ISO: {{#time: m/d/Y|2011 August 16}} - Error: Invalid time. '(will give an error)'



With the {{FULLDATE}} template:


{{FULLDATE|type=mdy|time={{YMD to ISO|2011 August 16}}}} - August 16, 2011

Without YMD to ISO: {{FULLDATE|type=mdy|time=2011 August 16}} - Error: Invalid time. '(will give an error)'



With the {{dts}} template:


{{dts|{{YMD to ISO|2011 August 16}}}} - August 16, 2011

Without YMD to ISO: {{dts|2011 August 16}}}} - Error in Template:Date table sorting: '2011 August 16' is an invalid date

Why are Wikipedia templates not able to convert a date in a YMD format (e.g. 1899 July 6)[edit]

Why can't the templates able to convert YMD formats, is it because WP:DATEFORMAT is unacceptable to use 1899 July 6, is that why?


Example


{{date|1899 July 6}} should output 6 July 1899 instead it returns 1899 July 6.

{{date|1899 July 6|DMY}} should output 6 July 1899 instead it returns 1899 July 6.

{{date|1899 July 6|MDY}} should output July 6, 1899 instead it returns 1899 July 6.

{{date|1899 July 6|ISO}} should output 1899-07-06 instead it returns 1899 July 6.


--2605:A000:1103:45:4107:ABF0:B586:2C6F (talk) 01:14, 15 April 2019 (UTC)[reply]