I tryed the DATE_FORMAT() function, and got the FROM_UNIXTIME from anoter thread, but it only returns NULL.
Any idea why?
"SELECT DATE_FORMAT(FROM_UNIXTIME(posted), '%d-%m/%Y %H:%i') AS date_formatted FROM articles;" posted column is type TIMESTAMP"
'posted' column is type TIMESTAMP