Desmarto
Guide · Knowledge Hub Reviewed July 20, 2026

What Is a Julian Date?

Julian Day is an astronomical day count beginning at Greenwich noon; learn how it differs from JDN, Modified Julian Date, and ordinal dates.

What Is a Julian Date

Julian Day (JD) is a continuous astronomical count whose epoch is Greenwich noon on January 1, 4713 BCE in the Julian calendar. Julian Day Number (JDN) is the associated integer day number, while Modified Julian Date (MJD) equals JD − 2,400,000.5 and changes at midnight. Ordinal dates such as 2026-219 are day-of-year values and are a different system.

Julian vs Gregorian Calendar

The Julian calendar was introduced by Julius Caesar in 45 BC. It was replaced by the Gregorian calendar in 1582, which introduced the current leap year rules. The difference between the two calendars is currently 13 days.

Modern Usage

Today, Julian dates are used in astronomy to avoid the complexities of calendar months. They are also used in some software systems for date calculations.

A practical method

The phrase Julian date is used for two different systems. Astronomical Julian Day is a continuous count of days from a historical epoch, often with a fractional part. In some business and technical contexts, 'Julian date' informally means an ordinal date such as the 123rd day of a year. These values are not interchangeable.

  1. Identify the convention: Ask whether the source expects astronomical Julian Day, Modified Julian Date, or year-plus-day-of-year notation.
  2. Confirm the time reference: Astronomical day counts depend on the instant and convention, not just the printed calendar date.
  3. For ordinal dates, check leap year: Dates after February shift by one in leap years.
  4. Label the result: Include the standard and year so another person can reproduce the conversion.

Worked example

The code 2026-219 can clearly mean the 219th day of 2026, while an astronomical Julian Day is a much larger continuous number. Calling both simply 'Julian date' without context can cause a serious conversion error.

Checks, edge cases, and common mistakes

  • Do not use a day-of-year calculator for astronomical Julian Day calculations.
  • Modified Julian Date uses a different epoch, offset, and common notation.
  • Some ordinal systems are zero-based, so January 1 may be represented differently.
  • Document the required format before exchanging data between systems.

Try the Calculator

Get instant results with our free tool

D

Desmarto Editorial Team

The Desmarto team creates accurate, well-researched content about time, date, and work-hour calculations. Every guide is reviewed for precision and clarity.

Time CalculationsDate MathematicsWork HoursProductivity

Quick reference

Frequently asked questions

What is a Julian date?

Julian Day is a continuous astronomical count from Greenwich noon on January 1, 4713 BCE in the Julian calendar. Do not confuse it with ordinal day-of-year dates.