Julian Date Converter

Convert a calendar date to a Julian date — either the ordinal day-of-year form (the 5-digit code like 26206 used on packaging and lot numbers) or the astronomical Julian Day (JD) used in science — and convert either one back. Everything runs in your browser.

Right now (UTC): ordinal Julian date · Julian Day

Julian date vs Julian Day — which one do you need?

Two very different things share the name "Julian date". This tool handles both.

Ordinal Julian date (day of year). This is what most people outside astronomy mean. It's the day's position in the year — 1 to 365 or 366 — usually written as a five-digit YYDDD code (the last two digits of the year plus the three-digit day). For example, 25 July 2026 is the 206th day of the year, so its Julian date is 26206. You'll see it stamped on food packaging and pharmaceuticals, in manufacturing lot codes, on shipping labels and in older mainframe systems. Some systems use the seven-digit YYYYDDD form instead, e.g. 2026206.

Astronomical Julian Day (JD). Astronomers and programmers use the Julian Day: a single continuous count of days (and fractions of a day) since noon Universal Time on 1 January 4713 BC. Today it's around 2,461,000. Because it never resets and ignores months and leap years, it makes calculating the time between two events trivial — you just subtract. The Julian Day Number (JDN) is the integer part (the whole day starting at noon), and the Modified Julian Day (MJD = JD − 2,400,000.5) is a shorter version that starts each day at midnight, used widely in satellite and space data.

How to use the converter

1

Pick the type

Choose "Julian date (day-of-year)" for the ordinal/packaging format, or "Julian Day (astronomical)" for the scientific JD.

2

Enter either side

Type a calendar date to get the Julian value, or type a Julian value to get the calendar date — the conversion runs both ways and updates instantly.

3

Read the details

The result shows every form you might need — day of year, 5-digit and 7-digit codes, or JD, JDN and MJD with the UTC time.

Related tools

Related: Military time converter  ·  Date calculator  ·  Week number  ·  Days in a year

Frequently Asked Questions

What is a Julian date?
The term is used for two things. In business, manufacturing and IT it usually means the ordinal date — the day of the year (1–366), often written as a 5-digit YYDDD code like 26206. In astronomy the Julian Date (JD) is a continuous count of days since noon on 1 January 4713 BC. This converter does both.
What is the 5-digit Julian date?
The last two digits of the year followed by the three-digit day of the year. 25 July 2026 is day 206, so its 5-digit Julian date is 26206. It appears on food packaging, lot codes and legacy systems. The 7-digit form is YYYYDDD, e.g. 2026206.
Julian date vs Julian Day — what's the difference?
The ordinal Julian date resets to 001 every 1 January and only names a day within a year. The astronomical Julian Day never resets — it's one ever-increasing number (~2.46 million today) that also carries the time of day as a fraction, so subtracting two JDs gives an exact time span.
What is the Modified Julian Day (MJD)?
MJD = JD − 2,400,000.5. It gives shorter numbers and starts each day at midnight instead of noon. MJD 0 is 17 November 1858. It's common in satellite tracking and space science.
What is today's Julian date?
The live line at the top of the tool shows the current 5-digit ordinal Julian date and the current astronomical Julian Day in UTC, calculated from your device clock.