Ver Mensaje Individual
  #8 (permalink)  
Antiguo 29/01/2016, 10:49
Avatar de chronos682
chronos682
 
Fecha de Ingreso: febrero-2004
Ubicación: Tunja - Boyacá - Colombia
Mensajes: 627
Antigüedad: 21 años, 1 mes
Puntos: 69
Respuesta: Convertir Fecha

Y si lo haces así:

Código PHP:
Ver original
  1. $fechastr = strtotime($row->CompromisoPago);
  2. $fechadt = date("Y-m-d",$fechastr);
  3. echo $fechadt;
__________________
Si te gustó la respuesta dale +1

HERNÁN G. SIABATO M.
[email protected]