I have a list of multiple formats of dates (strings), and I would like to sort format them all to be the same, and sort them by date, I have worked out a complicated way of making this work. but I am trying to clean up my code a bit, and Im under the assumption that there is a much simpler way of doing it.
Nov 4, 2020
Nov 23, 2020
2020-11-12 yyyy-mm-dd
2020-11-10
11/02/2020 mm/dd/yyyy
11/18/2020
THANKS!
11/02/2020, is it month or day first? any specific language?