Convertir el tiempo de PM a las 24 horas en PHP
echo date("H:i:s", strtotime("04:25 PM"));
Beautiful Bug
echo date("H:i:s", strtotime("04:25 PM"));