Hey guys,
I'm having a problem converting a timestamp from my datebase using strftime().
Basically I want to pull the time out and convert it into a 12 hour time with an AM or PM, but the value it returns isn't correct.
I'm guessing the formats between MySQL and strftime() are different, so is there way to make them correspond with each other?
Suggestions much appreciated.