How to tell if a food date is MM/DD or DD/MM
A carton printed with 03/04/2026 is not making a typo. It is making a completely unambiguous statement — in the country that printed it. Read with a month-first habit, it says March the 4th. Read with a day-first habit, it says the 3rd of April. Those are a month apart, and nothing on the package itself flags which one you are looking at. This is not a rare edge case. It happens on every imported product, every item bought online from another country's store, and every time a manufacturer prints one label for several export markets at once.
Three ways of writing the same date, and none of them is universal
Month-day-year is the convention in the United States and a handful of other places, so 03/04/2026 there means the 4th of March. Day-month-year is the convention almost everywhere else — the UK, the EU, most of Latin America, and much of Asia when dates are written informally — so the same digits there mean the 3rd of April. Year-month-day is the third option, and the odd one out in a useful way: it is the order defined by the international standard ISO 8601, and it is the order Chinese and Japanese packaging most commonly uses by convention, often written 2026.03.04 or 2026年3月4日 rather than with slashes. None of the three is more "correct" than the others. They are just three different local defaults, and a package only follows one of them without saying which.
The one number that gives it away
There is a fast, completely reliable check before you need any context at all: if either of the first two numbers is greater than 12, it cannot be a month, so it has to be the day. A date printed 14/03/2026 can only be the 14th of March — no calendar has a 14th month — so that one date format resolves itself. This single rule quietly clears up more labels than any lookup table, because a large share of real dates do contain a day number above 12.
When every number is 12 or under, the digits alone cannot tell you
03/04/2026 is the genuinely hard case, and it is common — roughly a third of all dates in a year fall into this zone, where day and month are both plausible in either position. At that point the numbers themselves have nothing more to say, and the answer has to come from context instead: where was this product made, or where was it bought from originally? A jar labelled in English with a US address on the back is very likely month-first. The same jar with a UK or EU address on the back is very likely day-first. If the rest of the packaging is in Chinese or Japanese, check first whether the date is already written in year-month-day order, which is the domestic default in both languages and usually removes the question entirely.
Words settle it instantly, which is why some labels use them on purpose
A date printed as "04 MAR 2026" or "MAR 04 2026" cannot be misread, because a spelled-out or abbreviated month name has no numeric ambiguity to begin with. Manufacturers who ship the same product into several countries increasingly print dates this way specifically to sidestep the problem — it costs nothing extra and removes an entire category of misreading. If a package has a month name anywhere near the date, even in small print, that is the version worth trusting over any all-numeric date printed elsewhere on the same box.
Why year-first is quietly winning
Year-month-day has a real advantage the other two do not: sorted as plain text, it sorts into true chronological order, which is exactly what you want from a stock rotation label, a database field, or a lot number that needs to line up oldest-first on a shelf. That is a large part of why it is the international standard, and why it already dominates domestically wherever supply chains print for their own market rather than for export. It does not remove the ambiguity problem worldwide — plenty of packaging still ships month-first or day-first — but it is the one order where seeing it at all is itself a strong hint about where the product was actually meant to be sold.
A separate wrinkle: era-based years
Some Japanese products, particularly ones printed for the domestic market rather than export, give the year using the era name rather than the Western calendar — 令和8年 rather than 2026. The current era, Reiwa, began in May 2019, so Reiwa year N corresponds to 2018 + N; Reiwa 8 is 2026. This is a separate question from month-versus-day ordering, but it shows up on the same label and is worth recognising on sight rather than treating as an unreadable code, since it is a completely ordinary date once the era offset is applied.
When you genuinely cannot resolve it
- Look for a number over 12 first. It settles the great majority of dates immediately and needs no context at all.
- Look for a spelled-out or abbreviated month. If one appears anywhere on the package, it overrides any all-numeric date and there is nothing left to work out.
- Use the product's country of origin as your next-best evidence. A label's other printed language, address, or barcode-country prefix is usually a stronger clue than guessing.
- When two readings are both still plausible and it actually matters, treat the earlier of the two as true. Reading 03/04/2026 as the 4th of March rather than the 3rd of April costs you nothing if you were wrong and the food was fine a month longer than you assumed. Reading it the other way round, and being wrong, costs you a month you did not actually have.
This is one of the reasons Munch does not ask anyone to keep re-deriving a date from the packaging every time it matters. You log an item once, on the day it comes into the house, in whatever date makes sense to you — and if you mark it opened later, that starts its own separate, usually shorter countdown from that day rather than from anything printed on the box. The app tracks the calendar from there, shared in real time with everyone in the household, so the ambiguous 03/04 on the side of the jar only ever has to be interpreted once, by whoever brought it home, rather than re-guessed by whoever finds it later.
None of this is really about becoming fluent in international date conventions. It is one small habit — check for a number above twelve, check for a spelled-out month, and only then guess from context — that resolves almost every ambiguous date in a few seconds, and a fallback rule for the genuine coin-flips that at least errs in the direction of throwing away less rather than more.