Hi All,
Using a timestamp(14) colum, I log the moment of inserting certain data in a MySQL database.
I would like to be able to call this data, and display / edit this as normal data/time. When I query the database, all I get is a string with the date like this: YYYYmmddHHmmss.
How can I best get this into a date format, which PhP can process? Or: If i am overlooking something obvious: How can I further process it (Call the day, month, year, hours, minutes, seconds independently for instance)
Thanks!
J.