Logo

MonoCalc

/

Julian Day Calculator

Date & Time

Enter a Date and Time

Gregorian calendar · Sunday

Julian Day Number
2461248
Julian Date (JD)
2461248.00000
Modified Julian Date
61247.50000

Equivalent Julian Date

2026-07-13

Step-by-Step Breakdown

a = floor((14 - month) / 12)

0

y = year + 4800 - a

6826

m = month + 12a - 3

4

JDN = day + floor((153m+2)/5) + 365y + floor(y/4) - floor(y/100) + floor(y/400) - 32045

2461248

Reference Epochs

Days since Unix epoch (1970-01-01)

20660.50

Days since J2000.0 epoch

9703.00

About This Tool

Julian Day Calculator – Convert Dates to Julian Day Numbers

The Julian Day Calculator converts any calendar date and time into its Julian Day Number (JDN) and fractional Julian Date (JD) — a continuous day count used by astronomers, historians, and software engineers to do date arithmetic without worrying about months, leap years, or calendar reforms. It also converts a Julian Day value back into a human-readable calendar date, computes the Modified Julian Date (MJD), and finds the number of days between two dates.

What Is a Julian Day Number?

The Julian Day count began at noon UTC on January 1, 4713 BCE (the proleptic Julian calendar epoch) and has increased by exactly one every day since. Because it is a single running number rather than a year/month/day triplet, it sidesteps the need for calendar-specific logic — subtracting two Julian Day values instantly gives the number of days between them, regardless of which months or years they fall in. This makes it indispensable in astronomy for computing the position of celestial bodies and in software for reliable date arithmetic.

JD, JDN, and MJD Explained

The JDN is the whole-number count of days. The full Julian Date (JD) adds a decimal fraction representing the time of day, using the formula JD = JDN + (hour − 12) / 24 + minute / 1440 + second / 86400. Because the Julian Day count increases at noon UTC rather than midnight, a JD ending in .0 always falls at noon, while .5 falls at midnight. The Modified Julian Date is simply MJD = JD − 2400000.5, which shifts the reference point to midnight and produces smaller, easier-to-read numbers — this is the convention used by GPS, satellite tracking, and many scientific data formats.

Julian vs. Gregorian Calendar Dates

Most of the world uses the Gregorian calendar, adopted in October 1582, which refines the leap-year rule so century years are only leap years when divisible by 400. Older records, and some Orthodox Christian traditions, still use the Julian calendar, whose simpler rule treats every year divisible by 4 as a leap year. Selecting the correct calendar system for your input date matters most for dates before 1582 — this calculator lets you choose either system and converts between them using the Julian Day Number as a common reference point.

The October 1582 calendar gap
When the Gregorian calendar was adopted, ten days were dropped: October 4, 1582 (Julian) was immediately followed by October 15, 1582 (Gregorian). Dates from October 5–14, 1582 never existed on the Gregorian calendar, so the tool flags them explicitly.

Reverse Conversion and Day Differences

Switching the conversion direction lets you enter a JD or MJD value and recover the exact calendar date and UTC time it represents, in either the Gregorian or Julian calendar. The Day Difference tab converts two calendar dates to their Julian Day Numbers and subtracts them, giving an exact day count that automatically accounts for leap years without any manual calendar math.

Who Uses Julian Day Calculations

Astronomers use Julian Dates to time celestial events and satellite passes precisely. Historians and genealogists use them to compare dates recorded under different calendar systems across centuries. Software developers use the JDN as a robust internal representation for date arithmetic, and researchers use MJD when working with scientific datasets that adopt that convention by default.

Accuracy and Supported Range

This calculator supports proleptic calendar dates from astronomical year -4712 (4713 BCE) through 9999CE, using the well-established Fliegel & Van Flandern algorithm for forward conversion and its standard inverse for reverse conversion. Results are exact for any valid date within this range on both the Gregorian and Julian calendars.

Frequently Asked Questions

Is the Julian Day Calculator free?

Yes, Julian Day Calculator is totally free :)

Can I use the Julian Day Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Julian Day Calculator?

Yes, any data related to Julian Day Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

What is a Julian Day Number, and how is it different from the Julian calendar?

The Julian Day Number (JDN) is a continuous count of days since noon UTC on January 1, 4713 BCE, used for astronomical and chronological calculations. It is unrelated to the Julian calendar (a calendar system with a different leap-year rule) — the shared name is a common source of confusion.

How does the Julian Day Calculator work?

It converts a calendar date and time into a Julian Day Number using the Fliegel & Van Flandern algorithm, then adds a fractional component for the time of day to produce the full Julian Date (JD). The same process runs in reverse to turn a JD value back into a calendar date and time.

What is the difference between JD and Modified Julian Date (MJD)?

MJD is simply JD minus 2400000.5. It shifts the epoch to midnight on November 17, 1858, and uses smaller numbers, which is why it is preferred in modern satellite, GPS, and scientific applications.

Why does noon UTC give a whole number and midnight give a .5 fraction?

By definition, the Julian Day count increases at noon UTC, not midnight. This convention dates back to astronomers who wanted a single calendar date to cover an entire night of observations without the date changing partway through.

Can I convert dates between the Julian and Gregorian calendars?

Yes. Select the calendar system for your input date, and the tool uses the Julian Day Number as a common intermediate value to convert accurately between the two systems, including correctly handling the October 1582 reform gap.

What year range does this calculator support?

It supports proleptic calendar dates from astronomical year -4712 (4713 BCE) through 9999 CE. Astronomical year numbering includes year 0, which corresponds to 1 BCE in the traditional BCE/CE system.