Last modified: 2006-11-28 19:02:49 UTC
The Frisian Wikipedia, Wiktionary, and WikiBooks all have "18.36, jun 16, 2006 (UTC)"-style, but ought to have "16 jun 2006, 18.36".
Let me try to add the three URL-s, as it seems that's another thing Mediazilla can't handle: http://fy.wiktionary.org http:://fy.wikipedia.org http://fy.wikibooks.org
(In reply to comment #1) > Let me try to add the three URL-s, as it seems that's another thing Mediazilla > can't handle: Nope, that doesn't work either; they are recognized as URLs, but are interpreted as relative addresses. (No longer visible, I originally entered all three URL-s space-separated) in the URL-field.) Fortunately, someone helped to get at least one URL usable. With the typo removed, the orther two are: http://fy.wikipedia.org http://fy.wikibooks.org
OK, we're now back to "18.36, 16 jun 2006", I guess that's the version I did before I realized I didn't have to follow the English that closely. Well, it looks weird, with the time at the wrong end, but at least it's readable again.
Should all of the following be changed? 'mdy both' => 'H.i, M j, Y', 'dmy both' => 'H.i, j M Y', 'ymd both' => 'H.i, Y M j',
Created attachment 2789 [details] proposed patch (please check) I would say that the array should be (2 mei 1971, 12:34): $dateFormats = array( 'mdy time' => 'H.i', 'mdy date' => 'j M Y', 'mdy both' => 'j M Y, H.i', 'dmy time' => 'H.i', 'dmy date' => 'j M Y', 'dmy both' => 'j M Y, H.i', 'ymd time' => 'H.i', 'ymd date' => 'j M Y', 'ymd both' => 'j M Y, H.i', );
Made r17981 per discussion with Dirk Beetstra.