Yes Zegnåt. i have tried it too, but the result is the same.
I have created a php and several tests, and always the result is in english (:.
Regards
Edit: i have installed apache2-mpm-prefork
I have created a php and several tests, and always the result is in english (:.
Code:
<?php
$Fecha_num="2007-08-12";
/* Windows con apache
setlocale(LC_TIME, 'Spanish'); */
/* Apache con linux */
/* setlocale(LC_TIME, 'es_ES'); */
// setlocale(LC_TIME, 'de_DE');
// echo strftime('%A, %d. %B %Y');
/* setlocale(LC_TIME, 'es_MX'); */
setlocale(LC_TIME, 'es_ES');
echo $fecha=strftime('%d %B %Y',strtotime($Fecha_num));
?>
Regards
Edit: i have installed apache2-mpm-prefork