Difference between revisions of "ISO 8601"
From FollowTheScore
(minro) |
|||
Line 27: | Line 27: | ||
replace yyyy/mm/dd with YYYY-MM-DD (parsing already works, i.e. no dependencies) | replace yyyy/mm/dd with YYYY-MM-DD (parsing already works, i.e. no dependencies) | ||
+ | |||
+ | ::The special page will die sooner or later anyway ... [[User:Gero|Gero]] 23:08, 16 August 2007 (CEST) |
Revision as of 22:08, 16 August 2007
http://en.wikipedia.org/wiki/ISO_8601
The ISO 8601 uses YYYY-MM-DD as representation (not yyyy or mm or dd).
things that have to be checked to achieve ISO 8601 conformance (maybe output is driven from settings outside DPL?)
- output
- e.g. on Latest Modifications per user: invoked by addeditdate
- [1]
- out put driven by mediwiki settings - on my own wiki the output is conforming.
- input fields on Template:Catlist - done
DynamicPageListSP_body.php
$wikitext2= "createdby =? username" ."\nmodifiedby =? username" ."\nlastmodifiedby =? username" ."\nfirstrevisionsince =? yyyy/mm/dd" ."\nallrevisionssince =? yyyy/mm/dd" ."\nlastrevisionbefore =? yyyy/mm/dd" ."\nallrevisionsbefore =? yyyy/mm/dd" ."\nnotcreatedby =? user" ."\nnotmodifiedby =? username" ."\nnotlastmodifiedby =? username" ;
replace yyyy/mm/dd with YYYY-MM-DD (parsing already works, i.e. no dependencies)
- The special page will die sooner or later anyway ... Gero 23:08, 16 August 2007 (CEST)