Hello everyone,
I have made a mysql table containing date_added timestamp(6) and have the PHP calling on it to display it with
date("d.m.Y", $row[8]).
$row[8] being the query to it. But all I am getting is 01.01.1970. I have searched and search and am not finding much how to solve this.
Anyone know to to get it to display the currect date when the data way entered into the the table?
Thanks
schumanna