- Moderated by:
- Support
-
- rank:
-
Softmore
- registered:
- November 2004
- Status:
- offline
- last visit:
- 06.03.06
- Posts:
- 66
I do not think PostNuke is meant to give you such a function ...
try this in your SQL:
DATE_FORMAT(date,format)
more details here:
http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html
Otherwise you will need to decode the MYSQL timestamp yourself with PHP ...
Remember MYSQL timestamp is DIFFERENT from the Unix timestamp
Alexan
