I would like to sort this list. The most recent entry should be at the top. I tried the “List Addon” extension. The “Bubble Sort” module would have been the best for me here. However, this does not work because it can only process lists with numbers. However, my entries contain numbers and text. Are there any other ways to sort my list? I thank you in advance for your help.
Here is an example list:
19.07.2020 um 14:30 Uhr Beispieltext
20.07.2020 um 16:00 Uhr Beispieltext
23.07.2020 um 17:30 Uhr Beispieltext
20.07.2020 um 18:00 Uhr Beispieltext
This is how it should look after sorting:
23.07.2020 um 17:30 Uhr Beispieltext
20.07.2020 um 18:00 Uhr Beispieltext
20.07.2020 um 16:00 Uhr Beispieltext
19.06.2020 um 14:30 Uhr Beispieltext
a probably better example list to test would be
19.07.2020 um 14:30 Uhr Beispieltext
20.06.2020 um 16:00 Uhr Beispieltext
23.07.2020 um 17:30 Uhr Beispieltext
20.07.2019 um 18:00 Uhr Beispieltext
Unfortunately there is still a problem. The list is sorted by the day. However, the list would first have to be sorted by month and then by day. Is there a solution for this too?!
Thank you for your help and the great effort for you. The solution is really complex for me and I have to try to implement it first. I will write to you if I have made it or if there are any problems.