Jump to content

Order by DATE after Formatting


jcstanley

Recommended Posts

Hi

I had 'order by date' working fine:
$query = "SELECT itemid, title, picture, date FROM news ORDER BY 'date' desc";


but i wanted to change the format of the date was displayed so i changed it to:
$query = "SELECT itemid, title, picture, DATE_FORMAT(date, '%d %M %y') AS date FROM news ORDER BY 'date' desc";

Now the date format is ok but it won't order by the date!

Any ideas

Thanks
Link to comment
https://forums.phpfreaks.com/topic/24746-order-by-date-after-formatting/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.