I've got a question about sorting the MySQL output in a column where my date ist stored. The format is "10.01.2014 - 16:01 - Fr.".
I've got a query is as followed:
SELECT * FROM `jtmpl2_chronoforms_data_test_reservierung` ORDER BY `res_date` ASC
The problem is, that it only orders the date with the first number. So for example "10.01.2014 - xxxx" is before "12.12.2013 - xxxx".
Any idea how i can solve this?
asortafter querying them, even though it is NOT a really valuable solution.