get datetime of excel cell in codeigniter

Solutions on MaxInterview for get datetime of excel cell in codeigniter by the best coders in the world

showing results for - "get datetime of excel cell in codeigniter"
Ivan
01 Aug 2019
1$field1= $objWorksheet->getCellByColumnAndRow(0,$i)->getFormattedValue(); //Excel Column 3
2$date = PHPExcel_Shared_Date::ExcelToPHP($field1); //unix
3echo $field1= gmdate("Y-m-d", $date); //date
similar questions
queries leading to this page
get datetime of excel cell in codeigniter