Ver Mensaje Individual
  #10 (permalink)  
Antiguo 02/03/2006, 17:04
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 3 meses
Puntos: 11
Prueba con esto, talvez respete la hora:

Código PHP:
<?php
   setlocale
(LC_ALL,"es-ES");
   
$loc setlocale(LC_TIMENULL);
   
$fecha strftime("%A %d de %B del %Y, %H:%M:%S");
   echo 
$fecha;
?>