3v4l.org

run code in 300+ PHP versions simultaneously
<?php function from_12hr($time) { return DateTime::createFromFormat('h:i A T', $time . ' UTC')->format('H:i'); } var_dump(from_12hr('00:00 AM'));

preferences:
29.03 ms | 404 KiB | 5 Q