Any date written and spoken, in both the American and the British convention — including how the year is actually said.
Pick a date to see it written and spoken, in both conventions.
Copied
01 · the two orders
March 5, 2026 in American usage; 5 March 2026 in British. Both are read with an ordinal that neither of them writes.
The gap between the written and the spoken form is the thing to notice. "March 5" is read "March fifth", and "5 March" is read "the fifth of March". Nobody writes the suffix or the article, and everybody supplies them out loud. This is why a date converter has to produce two different strings rather than one.
The comma follows from the order. American usage separates the day from the year with one — March 5, 2026 — because two numbers would otherwise sit side by side. British usage has the month between them and needs nothing.
02 · the year
English reads years in pairs — nineteen ninety-nine, twenty twenty-six — and has done for centuries. The rule holds until it does not, and the exceptions are worth knowing because a converter that applies the pattern blindly produces years nobody says.
| Year | Said as | Why |
|---|---|---|
| 1776 | seventeen seventy-six | Read in pairs, like most years. |
| 1900 | nineteen hundred | A round century takes "hundred". |
| 1999 | nineteen ninety-nine | The pair reading at its most natural. |
| 2000 | two thousand | A round thousand is read in full, never "twenty hundred". |
| 2005 | two thousand five | The 2000s resisted pairs: nobody says "twenty oh five". |
| 2026 | twenty twenty-six | Pairs returned once the decade had a second digit. |
The 2000s are the interesting case. From 2000 to 2009 English gave up on pairs and read the years in full — two thousand, two thousand five — and then quietly went back to pairs the moment the decade turned. 2010 was said both ways for a year or two; by 2013 "twenty thirteen" had won. Nothing about the language required that, and it is a good reminder that year readings are convention rather than rule.
03 · the ambiguous format
In the United States that is the fifth of March. In Britain, Australia, India and most of Europe it is the third of May. Both readings are correct in their own place, and the string carries nothing that identifies which one is meant.
This is the only date format with that problem, and the only one that fails silently. A misread date does not throw an error or look strange — it simply names a different day, two months away, and everyone involved is confident they read it correctly. On a contract, an invoice due date or a shipping schedule, that is expensive.
The fix is to write the month as a word, or to use ISO 8601 — 2026-03-05 — where the order is fixed by the standard and the padding makes it sort correctly. Between the two, the word form belongs in prose and the ISO form belongs in filenames, spreadsheets and anything a machine will read.
04 · on documents
Formal documents often write the date in full — "the fifth day of March, two thousand twenty-six" — for the same reason they write the amount in words: a word cannot be altered with a pen stroke. A 3 becomes an 8; "third" does not become "eighth" without rewriting the whole word.
It also removes the format ambiguity entirely. "The fifth day of March" reads the same in every country, which matters on anything crossing a border. The archaic phrasing is doing real work, not decoration.
On a check, by contrast, the date is written in figures — the line is short and the check is settled in days rather than years. Different documents, different exposure.
05 · around the world
The month-first order is close to a United States peculiarity. Most of the world writes the day before the month, and a large part of East Asia writes the year first, which is the order ISO 8601 later adopted. The American form is a genuine outlier rather than one of two evenly matched conventions, and that is worth knowing when you are the one writing to someone abroad.
There is an argument for each. Day-first runs smallest to largest, which is consistent. Year-first runs largest to smallest, which sorts correctly. Month-first matches how the date is said aloud in American English, and consistency with speech is a real advantage inside a country and worthless outside one.
The practical consequence for a writer is narrow. Inside one country, use whatever your reader uses and nobody thinks about it. Across countries, the numeric formats stop being interchangeable and start being a hazard, and the only formats that survive the crossing are the ones with the month spelled out or the ISO order.
The same goes for separators. Slashes, dots and hyphens all appear, and none of them signals the order. A document that writes 05.03.2026 has told the reader nothing that 05/03/2026 did not, and both are read two ways depending on who picks them up.
06 · mistakes
— 03/05/2026 in an international document
+ March 5, 2026 or 2026-03-05
That string is 3 May in Britain and 5 March in the United States, and nothing in it says which. All-numeric dates are the one format that can be silently wrong.
— March 5th, 2026
+ March 5, 2026
The suffix is not written in the American format, because the reader supplies it when reading aloud. Common informally, avoided in most formal styles.
— 5 March, 2026
+ 5 March 2026
The British format takes no comma. The comma in the American form separates the day from the year, and there is nothing to separate here.
— the 5th March
+ the 5th of March
When the article is used, so is the preposition. Without both, use the bare form: 5 March.
— 2026-3-5 as an ISO date
+ 2026-03-05
ISO 8601 pads to two digits. Unpadded, the string sorts wrongly and stops being machine-readable, which is the only reason to use the format at all.
07 · questions
Q01
In American usage: March 5, 2026, read aloud as "March fifth, twenty twenty-six". In British usage: 5 March 2026, read as "the fifth of March". The ordinal is spoken in both, and written in neither.
Q02
Because it is redundant. A reader seeing "March 5" says "March fifth" automatically, so "March 5th" writes out loud something the reader was going to supply anyway. Informal writing does it constantly; most style guides do not.
Q03
Most years are read in pairs: 1776 is "seventeen seventy-six", 2026 is "twenty twenty-six". Two groups break the pattern — a round century takes "hundred" (1900, "nineteen hundred") and the 2000s decade is read in full, because "twenty oh five" never caught on.
Q04
Both are heard in British English and mean the same thing. "The fifth of March" is the more common written-out form; "March the fifth" is normal in speech. American English uses neither structure and says "March fifth".
Q05
Either write the month as a word — March 5, 2026 or 5 March 2026 — or use ISO 8601, 2026-03-05. What you should never use is an all-numeric format with slashes, because 03/05/2026 means two different dates on two sides of the Atlantic and gives the reader no way to tell which.
Q06
It is the year-month-day format with two-digit padding: 2026-03-05. It is unambiguous, it sorts correctly as text, and it is the right choice for filenames, databases and anything a machine will read. It is not the right choice for prose, where it reads as a serial number.
Q07
Yes, always, in English: March, Thursday. This surprises speakers of Spanish, Portuguese, French and Italian, where they are lowercase. It is one of the most reliable tells of a text translated into English without a full edit.
Q08
Both use day-month-year, both write the month in lowercase, and both use cardinal numbers for the day rather than ordinals — "el 5 de marzo", read as "cinco", not "quinto". The one exception is the first of the month, which takes the ordinal in some countries. Each language has its own page here.
It is the one habit that makes a date unambiguous everywhere, and it costs three letters. The converter above gives the written and spoken forms in both conventions.