Julian Date Converter

Convert any Gregorian calendar date to a Julian Day Number and back. Enter a date to get the JDN, or enter a JDN to get the Gregorian date.

Julian Day Number
2,461,111
Integer day count from Jan 1, 4713 BC
Julian Date
2461111.00000
Including fractional day from UT time
Modified Julian Date
61110.50000
JD minus 2400000.5 (started Nov 17, 1858)
Truncated JD
21110.50000
JD minus 2440000.5 (used by NASA)
Unix Timestamp
1,773,187,200
20,523 days since Jan 1, 1970
Day of Year
70 / 365
Wednesday - Mar 11, 2026
Year Progress (Day 70 of 365)
19.2%

Epoch Reference Table

EpochJDNDateOffset from Input
Julian Period Start0Jan 1, 4713 BC+2,461,111 days
Gregorian Reform2,299,161Oct 15, 1582+161,950 days
MJD Epoch2,400,001Nov 17, 1858+61,110 days
Unix Epoch2,440,588Jan 1, 1970+20,523 days
GPS Epoch2,444,245Jan 6, 1980+16,866 days
J2000.02,451,545Jan 1, 2000+9,566 days
Current Input2,461,111Mar 11, 2026--

Date System Comparison

SystemValueDescription
Julian Day Number2,461,111Days since Jan 1, 4713 BC (noon)
Julian Date2461111.00000JDN with fractional day
Modified Julian Date61110.50000JD - 2400000.5 (midnight epoch)
Truncated Julian Day21110.50000JD - 2440000.5 (NASA convention)
Dublin Julian Date46091.00000JD - 2415020 (IAU, Dec 31, 1899)
CNES Julian Date27828.50000JD - 2433282.5 (Jan 1, 1950)
Unix Timestamp1,773,187,200Seconds since Jan 1, 1970
Day of Year70Ordinal day in the Gregorian year
Planning notes, formulas, and examples

About the Julian Date Converter

The Julian Date Converter translates between Gregorian calendar dates and Julian Day Numbers (JDN). The Julian Day Number is a continuous count of days since the beginning of the Julian Period on January 1, 4713 BC in the proleptic Julian calendar. It is widely used in astronomy, geology, and other sciences.

The Julian Day Number system was introduced by Joseph Scaliger in 1583 and is named after his father, Julius Caesar Scaliger (not after the Julian calendar). Its continuous numbering eliminates the complexity of months, leap years, and calendar reforms, making date arithmetic trivial.

This converter uses the standard algorithm to compute the JDN from any Gregorian date and can reverse the process to convert a JDN back to a Gregorian date. Astronomers use JDN to calculate the time between celestial events, historians use it to correlate dates across calendar systems, and programmers use it as a reliable date calculation foundation.

When This Page Helps

Julian Day Numbers simplify date arithmetic by converting dates to a single continuous number. This makes calculating differences, sorting dates, and correlating events across calendar systems trivial. It's the standard in astronomy and is useful for any application requiring precise date math.

How to Use the Inputs

  1. Enter a Gregorian date with year, month, and day.
  2. The calculator computes the Julian Day Number.
  3. The result can be used for astronomical calculations.
  4. JDN makes date subtraction and comparison trivial.
  5. View the Modified Julian Date (MJD) used in some astronomical applications.
Formula used
JDN = D + floor((153M + 2) / 5) + 365Y + floor(Y/4) โˆ’ floor(Y/100) + floor(Y/400) โˆ’ 32045 Where a = floor((14 โˆ’ month) / 12), Y = year + 4800 โˆ’ a, M = month + 12a โˆ’ 3. Modified JD (MJD) = JDN โˆ’ 2,400,000.5

Example Calculation

Result: JDN 2,461,047

February 8, 2026 corresponds to Julian Day Number 2,461,047. This means 2,461,047 days have passed since the start of the Julian Period (January 1, 4713 BC). The Modified Julian Date is 61,046.5.

Tips & Best Practices

  • JDN is measured from noon to noon, not midnight to midnight, in the astronomical convention.
  • Modified Julian Date (MJD) = JDN โˆ’ 2,400,000.5, used for more compact notation.
  • To find days between two dates, simply subtract their JDNs.
  • JDN 0 corresponds to January 1, 4713 BC (proleptic Julian calendar).
  • Astronomers use Julian Dates with decimal fractions for precise time within a day.
  • The current JDN is in the 2,460,000s range.

The Julian Day Number System

The JDN system provides a universal reference frame for dates, independent of any culture's calendar. Since it uses a continuous integer count, date arithmetic becomes simple subtraction. The number of days between any two events is just the difference of their JDNs.

Applications in Science

Astronomy uses Julian Dates extensively for ephemeris calculations, variable star observations, and planetary positions. Geology and paleontology use JDN for correlating events across geological time scales. Even software engineering benefits from JDN-based date libraries.

Julian Date vs. Julian Day Number

The Julian Day Number (JDN) is the integer part, changing at noon UTC. The Julian Date (JD) includes a fractional part for the time of day: JD = JDN + (hour โˆ’ 12)/24 + minute/1440 + second/86400. For most calendar purposes, the integer JDN is sufficient.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • A Julian Day Number (JDN) is the integer count of days since noon on January 1, 4713 BC (proleptic Julian calendar). It provides a continuous count that is independent of any calendar system, making it ideal for scientific calculations.