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.
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.
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. Consistent measurement creates a reliable baseline for evaluating personal efficiency and identifying the habits and practices that contribute most to achieving professional goals.
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
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.
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.
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.
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.
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.
Despite the name, the Julian Day Number system was created by Joseph Scaliger in 1583 and named after his father, not after Julius Caesar or the Julian calendar. However, the epoch (starting point) is defined in terms of the Julian calendar.
Modified Julian Date (MJD) was introduced to provide smaller numbers and to start at midnight instead of noon. MJD = JDN − 2,400,000.5. It was adopted by the Smithsonian Astrophysical Observatory in 1957 and is commonly used in satellite tracking.
Astronomers use Julian Dates (JD, including fractional days) to precisely timestamp observations, calculate orbital periods, predict eclipses, and determine the timing of celestial events. The continuous numbering eliminates calendar reform complications.
Yes. There is a well-known algorithm that reverses the JDN calculation to recover the year, month, and day in the Gregorian calendar. The algorithm involves a series of divisions and modular operations.
Scaliger chose this date because it is when three astronomical cycles (the 28-year solar cycle, 19-year Metonic cycle, and 15-year indiction cycle) all coincided. This combination won't repeat for 7,980 years, ensuring all historical dates have positive JDNs.