Hey there,
I've looked over both the mysql and the php manuals for the answer to this, but no matter what i do, i still get the same result.
here's what my query looks like:
SELECT title, body, date_format(date_e, '%m %d %Y') FROM $db_tbl_announce ORDER BY aid DESC
The date_e collum is filled with a mysql timestamp, but when i run the query, nothing is returned for date_e. I'm sure it must just be a simple syntax problem.
Thanks in advance!