Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/11/2016, 08:25
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 10 meses
Puntos: 379
Respuesta: Duda PHP con PHPEXCEL fechas

Tienes que configurar el formato de la celda
Código PHP:
Ver original
  1. $objPHPExcel->getActiveSheet()->getStyle('D1')
  2.     ->getNumberFormat()
  3.     ->setFormatCode(PHPExcel_Style_NumberFormat::FORMAT_DATE_DMYSLASH);
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.