|
Posted by Jorge A on 10/20/05 15:40
Hi!
I use setLocale and strftime to format a date into my native language.
For instance:
setlocale(LC_ALL, 'spanish');
strftime("%A, %d de %B de %Y", mktime(0,0,0,10,19,2005);
The problem is when 'day of the week' is Wednesday (miércoles in
Spanish) or Saturday (sábado). I obtain mi?rcoles and s?bado, instead.
How can I solve this?
Regards
[Back to original message]
|