|
|
| Author |
Message |
Peter Foster Member
|
Posted: 5 Aug 2007 15:11:07
Hi
I am retrieving the date in mysql database but displays has something like this: 4783437892.
I would like it displayed in a readable format. How could I do that.
Thanks
I am retrieving the date from the database using $links.date
|
skalinks Admin
|
Posted: 11 Sep 2007 06:32:49
This format is a Unix Timestamp format. And you need to use special PHP functions in php code to display this format more readble.
|
|
|
|