I have a csv file that I'm importing into mysql, there is a date field in the csv file that is formatted as so: 30.09.2011
I have a php page that pulls the data from the database and I want to order it by date field. At the moment it is seeing the date as a string and ordering like so..
30.09.2011 6.02.2012 7.10.2011 9.12.2008
thanks!