https://bugzilla.wikimedia.org/show_bug.cgi?id=52009
--- Comment #6 from This, that and the other <[email protected]> --- Is this right? I wasn't sure what to do with the mdy etc. ones, so I just copied them from the English file. $dateFormats = array( 'mdy time' => 'H:i', 'mdy date' => 'F j, Y', 'mdy both' => 'H:i, F j, Y', 'dmy time' => 'H:i', 'dmy date' => 'j F Y', 'dmy both' => 'H:i, j F Y', 'ymd time' => 'H:i', 'ymd date' => 'Y F j', 'ymd both' => 'H:i, Y F j', 'persian time' => 'H:i', 'persian date' => 'xijی xiFی xiY', 'persian both' => 'H:i، xijی xiFی xiY', 'hijri time' => 'H:i', 'hijri date' => 'xmjی xmFی xmY', 'hijri both' => 'H:i، xmjی xmFی xmY', 'ISO 8601 time' => 'xnH:xni:xns', 'ISO 8601 date' => 'xnY-xnm-xnd', 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns', ); -- 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
