I have a table in mysql where one of the columns is date with data type date.
The problem with this is when i input a UK date to it, it gets messed up, as Mysql only want to accept US date format.
Similiarly if i store a date in us format, how can i then convert it back to UK format.
I really need to be able to sort the table by UK date. Can anyone suggest some ideas.