Sql php timestamp HELP!

hey
i have a sql database with a 12 number timestamp to store my date.

Q how do i display this in php as a ‘real’ date??

<?php echo $row_imagetitleName[‘date’]; ?>
this gives me the date as timestamp date - 050821040826

thanks

wakeup:q: