The Date String Sorter is a browser-based utility that organizes lists of dates in chronological order. Instead of manually reordering lines, you simply paste your list, and the tool parses every line, sorts the entries by their actual point in time, and writes the ordered list back out.
What it does: This tool accepts a wide range of date formats in the same list - ISO dates like 2024-11-12, US numbers like 11/12/2024, international numbers like 25.12.2023, and written dates like Oct 10, 2023 or 10 Oct 2023. Optional times (09:45, 9:45 pm) are honored, so two entries on the same day sort by their time. On top of sorting, an "Output Date Style" dropdown converts every result line into the date style you choose, so a shabby mixed list can come out as one clean format.
Why it is useful: Organizing unstructured logs, project timelines, or historical record lists can be time-consuming. Real-world data rarely arrives in one format: spreadsheets mix DD/MM/YYYY with ISO dates, meeting notes use written months, API dumps use ISO strings. This tool sorts all of them together accurately - including day/time precision - while everything stays private in your browser.