Sorting german dates
-
Hello Tobias,
I have similar issues with date columns on two of my pages. There is each a table with two columns with German dates and I don’t get both date columns sorted correctly:
https://vectraturbo.de/fahrzeugregister/
https://vectra16v.com/i500register/I tried these two variants based on other customer questions 6 solutions for https://vectraturbo.de/fahrzeugregister/
0) import the base data as .CSV
1) active “Advanced sorting plugin 1.2” +
columnDefs: [ { type: “formatted-num”, targets: [ 1, 8 ] } ]
=> both columns sorted not correctly date sorted2) page with additional configparameter “datatables_datetime=DD.MM.YYYY”
=> partly sorted
-> 2nd column “EZL” not correctly date sorted
=> 9th column “last change” correctly DE date sortedSo whats the correct way to get both columns sorted correctly?
Thanks in advance,
KaiThe page I need help with: [log in to see the link]
You must be logged in to reply to this topic.