Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/12/2008, 07:03
Avatar de Snd234
Snd234
 
Fecha de Ingreso: mayo-2007
Ubicación: Frente al PC
Mensajes: 413
Antigüedad: 16 años, 11 meses
Puntos: 2
Respuesta: Pasar fecha a formato español

Código PHP:
    $fecha_mysql "2008-12-15 13:57";
    
    
$timestamp strtotime($fecha_mysql);
    
    echo 
date("d-m-Y H:i:s"$timestamp); 
__________________
KIBIT.cl