excel date value: 45133.401623495
i try to set $row['arrival']->setDateFormat('Y-m-d H:i:s')
but got error
Call to a member function setDateFormat() on float
and if set to $row['arrival']->date('Y-m-d H:i:s',$row['arrival']), it get wrong date
i try to set colFormats to '@datetime' but not works
the when i save the data to Table, i set format like php object each column accordingly, for example for datetime i set $row['arrival']->date('Y-m-d H:i:s',$row['arrival'])
excel date value: 45133.401623495 i try to set $row['arrival']->setDateFormat('Y-m-d H:i:s') but got error
Call to a member function setDateFormat() on float
and if set to $row['arrival']->date('Y-m-d H:i:s',$row['arrival']), it get wrong date i try to set colFormats to '@datetime' but not works