* 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 spani
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 o
2 matches
Mail list logo