3v4l.org

run code in 500+ PHP versions simultaneously
<?php $start_date2='10-30-2022'; //date format inccorect $start_date2=str_replace('-','/',$start_date2); // correct date format echo $new_date = date("Y-m-d", strtotime($start_date2)); // now you will get correct result
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.21, 8.5.0 - 8.5.7
2022-10-30

preferences:
101.47 ms | 1250 KiB | 4 Q