Answers for "time format 12 hour php"

PHP
0

convert am pm time to 24 hour in php

echo date("H:i:s", strtotime("04:25 PM"));
Posted by: Guest on September-07-2020

Code answers related to "time format 12 hour php"

Browse Popular Code Answers by Language