This is my List:
myList = [[0.0, 3 Jan 2023], [0.0, 7 Jan 2023], [139.36986081071, 1 Jan 2023], [139.84969328013125, 11 Jan 2023], [97.84468694063244, 11 Jan 2023]];
I would like to sort that list not by the double number but by dateTime, the earlier date first. Of course I don't want the lists inside the List to brake.
Any help appreciate it :)
Thanks!