![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/11/2011, 12:34
|
| | Fecha de Ingreso: noviembre-2011
Mensajes: 20
Antigüedad: 13 años, 3 meses Puntos: 0 | |
Respuesta: Error en fecha al leer excel Si estas en lo correcto cambie la librería a PHPexcel utilice esta función
$fecha = PHPExcel_Style_NumberFormat::toFormattedString($ce ll->getCalculatedValue(), 'YYYY-MM-DD');
Y funciona perfectamente muchas gracias maycolalvarez. |