Hello,
I can't get ARI Data Tables to sort my table by date in the format dd.mm.YYYY
You can find the table here:
www.tobias-knaack.de/index.php/sport/training-2013
I'm talking about the table called "Laufen"
The line with the date of 13.02.2013 is supposed to be at the top.
I'm getting the data from a mysql database where the date field has the MySQL Type of "DATE". The format of the date is converted
in the SQL query field of ARI Date Tables with this query:
SELECT
DATE_FORMAT(Datum,'%d.%m.%Y'),
Uhrzeit,
Sportart,...
I think I tried everything to get the table working. I tried all sorting type's for the date field, but the results are in the wrong order. I received the best result when I set sorting type to "text". When I tried the others the table is mixed up even more.
my settings for the sorting:
I hope you can help me.
Thanks in advance
Tobias Knaack