Hi I have a problem for date time format
when I set a string to date like this
$row['waktu_awal'] = date('Y-m-d H:i:s', strtotime($discharge->waktu_awal));
Format text/string change to date but in excel format not change to date
like this picture
Any solution to this case?
Thanks