-2
そのスクリプトで私は結果として得た11/01/2017 12:00:01だから私が得たい結果は:11/01/2017 00:00:01PHP 12hから24hの形式に日付を変換する方法
$time1 = strtotime("1/".$value['date_operation']."00:00:01");
$newformat1 = date('d/m/Y h:i:s',$time1);
echo $newformat1."this is the day formated";