I have a MySQL timestamp 14 column stored and would like to print it out as a formated date. The date will be be a part of a loop.
I tried Mysql's DATE_FORMAT() with no luck, should this query be a seperate query from the other row information?
Would I do better to let PHP convert the timestamp on the page?
TIA,
Jim
I tried Mysql's DATE_FORMAT() with no luck, should this query be a seperate query from the other row information?
Would I do better to let PHP convert the timestamp on the page?
TIA,
Jim