is there a function that just automatically formats a data from a timestamp to this: "2006-06-23 11:14:08"
Or should I just use date()?
Mysql date function
Moderator: General Moderators
DATE_FORMAT(date,format)
http://dev.mysql.com/doc/refman/5.0/en/ ... #id2932764
FROM_UNIXTIME(unix_timestamp)
http://dev.mysql.com/doc/refman/5.0/en/ ... #id2934056
http://dev.mysql.com/doc/refman/5.0/en/ ... #id2932764
FROM_UNIXTIME(unix_timestamp)
http://dev.mysql.com/doc/refman/5.0/en/ ... #id2934056