I want to display the TIME field from my mysql table on my website, but rather than showing 21:00:00 etc I want to show 8:00 PM. I need a function/code to do this or even an
Use DATE_FORMAT()
DATE_FORMAT(,'%h:%i:%s %p')
or
DATE_FORMAT(,'%r')