Alexis wrote:

> So basically, the answer is no :)
> Looks like I'll simply do a replace of the French named months with
> English ones.
> 
> Would have thought the length of time that PHP has been around and
> with people around the world, speaking more than just one language,
> that language support would have progressed further than it appears to
> have. Apparently not.

That's not really fair - IMO, developers of multi-lingual applications
usually keep data in a language/locale-neutral format and only
transform to language/locale-specific when the data is being presented. 
strtotime() is an unusual function in that it attempts the reverse -
transform arbitrary text into data. 



-- 
Per Jessen, Zürich (5.2°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to