Julian Date Converter

Convert calendar dates to the astronomical Julian Day and to the ordinal YYDDD form, both ways.

The Julian Date Converter runs entirely in your browser. Dates are converted on your device and nothing is sent anywhere.

Convert a Unix timestamp

About Julian Date Converter

Two quite different things are called a Julian date, and the confusion between them is exactly why this tool exists. The astronomical Julian Day is a continuous count of days since 4713 BC, used in astronomy and satellite work because it has no months, no leap years and no time zones to argue about — and because it starts at noon, not midnight. The other is the ordinal date stamped on packaging, in aviation logs and in mainframe files: a year followed by the day of the year, so the first of March 2026 is 26060. This converter handles both, in both directions, along with Modified Julian Date and the day of the week.

Features

How to use the Julian Date Converter

  1. Pick whether you are starting from a calendar date, a Julian Date or an ordinal date
  2. Enter the value, adding a time of day if you need the fraction
  3. Read every other form in the results table
  4. Use the now button to stamp the current UTC moment

Example

Input

2000-01-01 12:00 UTC

Output

JD 2451545.0 · MJD 51544.5 · ordinal 00001

J2000.0, the reference epoch for modern astronomical coordinates.

Common errors & troubleshooting

Frequently asked questions

What is a Julian Day Number?
A continuous count of days since noon on 1 January 4713 BC in the proleptic Julian calendar. It gives every day a single integer with no months or leap years involved, which makes date arithmetic trivial for astronomers.
Why does the Julian day start at noon?
Because it was designed for astronomers, who observe at night and would rather not have the date change in the middle of a session. The Modified Julian Date shifts it back to midnight for everyone else.
What is the Modified Julian Date?
The Julian Date minus 2400000.5, which puts day zero at midnight on 17 November 1858 and makes the number small enough to be readable. Space agencies and geodesy use it heavily.
What does a Julian date on food packaging mean?
It is the ordinal form, not the astronomical one: the last digits are the day of the year, so 26060 is the 60th day of 2026. Manufacturers use it because it sorts cleanly and fits in five characters.
How do I get today's Julian date?
Use the now button, which stamps the current UTC moment and fills in every form. The whole number part is the day and the fraction is the time since the previous noon.

Related tools

All ArrayKit tools