Alexis wrote:

> On 05/02/11 13:23, Per Jessen wrote:
>> Alexis wrote:
>>
>>> Hi,
>>>
>>> Living in Canada, and being a bilingual country, I have data I am
>>> processing which includes dates in both English and French.
>>>
>>> I was wondering if there was a way to use the strtotime() function
>>> when the months are in one or the other of the above two languages?
>>
>> Sure, strftime() is locale-sensitive. Set the locale().
>>
>>
>>
> 
> Thanks
> 
> But what if the locale is in two possible languages, all mixed
> together?

You have to decide then:

1) display in language#1
2) display in language#2
3) display in both. 




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


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

Reply via email to