The forms a single date can take

One day, several correct spellings. This guide describes what each written form of a date actually is — sortable, numeric, spelled out, dual-calendar — so the choice between them is made on purpose rather than by habit.

Why one day has several spellings

The question is almost never which day is meant. It is which of the several correct ways of writing that day to put down. A date is a small structured thing — a year, a month, a day, sometimes a weekday — and every written form is a decision about the order of those parts, whether the month appears as a number or a name, and how much padding the numbers carry.

Working across two calendars doubles the possibilities and adds one more. A row of digits does not say which calendar it belongs to, and the same day can be written in Latin digits or in Persian ones without changing what it means. So the confusion is not about the date. It is that a date arrives stripped of the context that told a reader how to read it, and the writer has to put that context back by choosing a form.

What each form is, and what it is good for

A machine-sortable form puts the largest unit first: year, then month, then day, each part written to a fixed width and joined by hyphens. Because the parts descend in size and never change length, sorting such dates as plain text sorts them chronologically, with nothing to parse. It is the form that survives spreadsheets, filenames, and lists unchanged.

The purely numeric form keeps the same three parts, sets them off with slashes, and drops the padding. It is short and quick to write, and quick to read for anyone who already knows which position holds the month. That condition is the whole of its weakness: a bare row of numbers carries no evidence of its own order, and a reader expecting another convention will read another day.

The long readable form names the month in words. Once the month is a name rather than a position, the remaining numbers cannot be misread, and the calendar is usually plain from the name itself. Adding the weekday puts one further fact in front of the reader without changing the date. The dual form shows the same day in both calendars together, one beside the other, which is the only form that answers by itself which calendar a number belongs to.

Choosing by what the date has to survive

In practice the choice follows the journey the date is about to make. If it will be sorted, searched, or read by software, the fixed-width sortable form loses nothing on the way. If it will be retyped from a screen into a narrow box, the compact numeric form is easiest to copy and hardest to misread aloud. If it will be read by a person who may not share your ordering habits, the spelled-out month removes the ambiguity outright, and the weekday variant helps when the day of the week is the point.

Two practical limits are worth knowing. Digits are not neutral: the same date rendered in Latin numerals and in Persian ones is the same day, but a field, a search box, or a file name may treat them as different text, so it is worth keeping one script throughout a document. And conversion has an edge. This product converts between the Gregorian years 1800 and 2100, and the Persian years 1178 and 1479; a date outside that span has no converted twin to write down.

Sources

  • Borkowski, The Persian Calendar for 3000 Years — the vernal-equinox anchoring of the Solar Hijri year
  • The Solar Hijri calendar's own month lengths and leap-year structure

All guides