Date Format Converter
Reformats a list of dates into one consistent form, and flags the ones that were ambiguous.
Loading the tool…
How to use this tool
- Paste the dates, one per line, mixed formats and all.
- Choose the output format you want them all in.
- Set how slash dates should be read if you know the source convention. Leave it on guess only if you are prepared to check the flags.
- Select Reformat and read the third column, which says how each line was interpreted.
What date format converter does
Cleaning a column of dates that arrived in three different formats is a common and genuinely risky job. 03/04/2026 is the third of April to most of the world and the fourth of March in the United States, and there is nothing in the value itself to tell you which. This page flags every line where both numbers are twelve or under, and lets you set the input order rather than accepting a guess.
The output side offers the formats people actually need: ISO 8601 for anything a machine will read, day-first and month-first slash forms for the two local conventions, spelled-out long forms for documents, compact YYYYMMDD for filenames and partition keys, and an SQL timestamp. The third column reports how each line was read, so the conversion is auditable rather than magic.