3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date ="2017-september-26"; echo $date."<br>"; $date=date_create_from_format("Y-F-d",$date); echo date_format($date,"Y-m-d"); //echo $tes;

preferences:
32.14 ms | 405 KiB | 6 Q