https://bugzilla.wikimedia.org/show_bug.cgi?id=26637
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Markus Krötzsch <[email protected]> 2011-01-09 14:59:33 UTC --- The date datatype already support a plain format that returns an ISO formatted international date string. You can trigger this behaviour by putting "#ISO" behind Type:Date printout requests in queries. We do not plan to introduce other complex formatting options besides this (there are, of course, many time/date formatting functions in various programming languages and in MediaWiki, most of which are not able to handle dates outside the Unix era). Parser functions could be used to further massage the ISO date string, or (if this is needed frequently and there is at most one date per page) one could additionally store year, month, and/or day in separate property values. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
