Quote:
Originally posted by Logician
Yep its "dateline field" that keeps the message dates in the database. As you've noticed times are unix timestamp so if you are not familiar with converting times to unix, you should regard using the hack I mentioned.
|
No, not a problem.
PHP Code:
SELECT FROM_UNIXTIME(lastpost,'%y/%m/%d %h:%i') AS threadPOSTED FROM thread
Just in case anyone needs it.