Is it possible to change the current 24 hr format like 22:16:08 to something like 10:16:08 in mysql? I want to change how these values are saved. Is it possible or I will just l
Using DATEFORMAT you can save/fetch the date how you wish (much like PHP date()'s syntax)
date()