Here is the method to convert 12 hour to 24 hour format and vice versa.
<?PHP
// 24-hour time to 12-hour time $time_in_12_hour_format = DATE("g:i a", STRTOTIME("13:30")); // 12-hour time to 24-hour time $time_in_24_hour_format = DATE("H:i", STRTOTIME("1:30 pm")); ?>
Get back to us at support@innovativewebz.com if you need any assistance
No comments:
Post a Comment