Published in: PHP
URL: http://style-vs-substance.com/convert-24-hour-military-time-to-12-hour-ampm-time-in-php/2007/10/
simple and clean... convert 24 hour format to 12 hour format with PHP native functions.
BTW, works in the other direction too (12 hour to 24 hour)... that's the second line below
Comments
Subscribe to comments
You need to login to post a comment.

I had totally forgotten about using g:i a instead of H:i... thanks for this.