En la celda de excel tengo: 09/09/2014 20:01:18
Código PHP:
$paro -> setStartTime ($worksheet -> getCell("A" . $row)->getValue())
public function setStartTime($startTime){
$this->startTime = date('d.m.Y h:m', PHPExcel_Shared_Date::ExcelToPHP($startTime));
return $this;
}
y la funcion de convertirla me devuelve 09.09.2014 10:09