Codice PHP:
foreach ( $date_orari[1] as $chiave => $valore)
    
$date_orari[1][$chiave] = date('Y-m-d h:i',strtotime(str_replace('/','-',$valore)));