How do I format the display of my mySql TIME field in PHP?

lyderslim

New member
I have a field in my mySql database that has the datatype of TIME. I need to display it on my web page using PHP.

If I display it without formatting it, it comes out like:
21:00:00

I'd like it to display as:
9:00 pm
 
Back
Top