|
I'm using the mysql time format (00:00:00) in a db because I need to order the contents according to ascending time. The problem is that I want to display the times as 6:00 AM instead of 06:00:00, etc.
I've been playing around with several different ideas, but all have failed ultimately. Does anyone know of a good way to do this?
Thanks.
|