Ver Mensaje Individual
  #11 (permalink)  
Antiguo 15/10/2008, 15:59
Avatar de xbx
xbx
 
Fecha de Ingreso: mayo-2008
Ubicación: /home/xbx
Mensajes: 301
Antigüedad: 16 años
Puntos: 11
Respuesta: Ayuda con fechas

Hola,

Entonces aquí va la sugerencia:

Código PHP:
$timestamp strtotime($row['fecha_aviso']);
$fecha_aviso date("d/m/Y h:i:s",$timestamp);
echo 
$fecha_aviso


Saludos.