Template:Gregorian serial date hyphen: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
(Debugging)
(Well no shit, Sherlock. This is YYYY-MM-DD, not dumb America standard MM-DD-YYYY.)
Line 1: Line 1:
{{Gregorian serial date
{{Gregorian serial date
|month = {{#explode:{{{1}}}|-|0}}
|year  = {{#explode:{{{1}}}|-|0}}
|day  = {{#explode:{{{1}}}|-|1}}
|month = {{#explode:{{{1}}}|-|1}}
|year  = {{#explode:{{{1}}}|-|2}}
|day  = {{#explode:{{{1}}}|-|2}}
}}
}}
Gregorian serial date
|month = {{#explode:{{{1}}}|-|0}}
|day  = {{#explode:{{{1}}}|-|1}}
|year  = {{#explode:{{{1}}}|-|2}}

Revision as of 06:30, 17 March 2014

Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".