[PHP] Setlocale() not working

2003-10-24 Thread Mauricio Cuenca
Hello, I'm trying to print the full date in spanish using the following lines: setlocale(LC_TIME, 'es_ES'); strftime(DATE_FORMAT_LONG, mktime(0, 0, 0, 12, 31, 2002)); But my sysadmin tells me that the server doesn't have the spanish locale installed. Is there a way that I can write the date in

Re: [PHP] Setlocale() not working

2003-10-24 Thread Curt Zirzow
* Thus wrote Mauricio Cuenca ([EMAIL PROTECTED]): Hello, I'm trying to print the full date in spanish using the following lines: setlocale(LC_TIME, 'es_ES'); strftime(DATE_FORMAT_LONG, mktime(0, 0, 0, 12, 31, 2002)); But my sysadmin tells me that the server doesn't have the spanish