IN PHPExcel_Reader_Excel5() I am reading date from first column but it throwing below format year as 2 digit but i want convert to 4 digit year with proper format
$date : 12-14-17
OUTPUT SHOULD BE
14-12-2017
IN PHPExcel_Reader_Excel5() I am reading date from first column but it throwing below format year as 2 digit but i want convert to 4 digit year with proper format
$date : 12-14-17
OUTPUT SHOULD BE
14-12-2017