$date = explode("/",date('d/m/Y/h/i/s') list($day,$month,$year,$hour,$min,$sec) = $date); echo $month.'/'.$day.'/'.$year.' '.$hour.':'.$min.':'.$sec; //output: 03/08/2020 02:01:06