https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #11 from Jarek Tuszynski <jaroslaw.w.tuszyn...@saic.com> 2011-04-26 
03:27:50 UTC ---
The language support is a great news and hopefully PHP folks can fix bugs 2 and
3. As for issues with XXXXXX-XX-XX, I encountered them when trying to recognize
dates in format where someone forgot to pad years with zeros for dates lower
than 1000. As you can see in template:ISOyear I have a series of tests which
most of the time can deduce the format without using any heavy string
manipulation templates. Towards the end I test for dates like 9-08-18 which
should have been 0009-08-18 and I test for it by pasting zeros in front of it
and than testing it with the {{#time}}, as a result I often pass to {{#time}}
dates in 00XXXX-XX-XX format. However once other improvements to {{#time}} are
made I might be able to retire large portions of this template, including
padding with zeros.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to