I have the time and date stored in my mysql database as a timestamp. the problem is when you use echo to display it on the screen it displays the timestamp and not what the timestamp should be converted to. below is the method i am using to echo onto the screen;
Code: Select all
<td bgcolor="#FFFFFF"><? echo $rows['time_date']; ?></td>Many Thanks
jjohall2000