SlayerACC
01-12-2013, 05:52 PM
I current have this in my mysql statement
date_format(date, '%m/%d/%Y') as date FROM members order by date DESC
but since the new year it places all 2013 items at the end of the query.
any help would be great how I can get it to show the 2013 stuff ahead of the 2012 and etc..
Thanks
Slayer.
date_format(date, '%m/%d/%Y') as date FROM members order by date DESC
but since the new year it places all 2013 items at the end of the query.
any help would be great how I can get it to show the 2013 stuff ahead of the 2012 and etc..
Thanks
Slayer.