Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/07/2006, 11:16
GoRaK
 
Fecha de Ingreso: julio-2005
Mensajes: 220
Antigüedad: 18 años, 9 meses
Puntos: 0
Si el sistema es windows, prueba:

setlocale(LC_TIME,"spanish");
o
setlocale(LC_TIME,"esp");


Si el sistema es linux, prueba:

setlocale(LC_TIME,"sp");
o
setlocale(LC_TIME, 'es_ES');

Saludos!!