Since 2010 · Powering 2M+ tool runs every month
Since 2010
Add to Chrome

My Toolbox

Automatic Mode

No saved tools yet.

Go Premium
Related tools
Date Pattern GeneratorDay of Year CalendarDay of the Year CalculatorWeek Number CalculatorHebrew Calendar ConverterDay of the Week CalculatorHijri Calendar Converter
Home Page > Time and Date > Date Tools
🔭 Julian Date Monday
2461304.50000
September 21, 2026 · 00:00:00 UT (Gregorian calendar)

Calculation model: 86,400 seconds per day, without leap seconds or UTC/UT1/TT conversion. JD − 2451545.0 is a numerical offset here, not a precision elapsed-time measurement. Displayed decimal places do not establish timing accuracy.

JDN 2461305 MJD 61304.00000 Day of year 264
🧮 Every Julian / Date Format
Julian Date (JD)
2461304.50000
days since 4713 BC, noon UT
Julian Day Number (JDN)
2461305
integer day count
Modified Julian Date (MJD)
61304.00000
JD − 2400000.5 · day starts midnight
Days since JD 2451545.0
9759.50000
JD − 2451545.0
Unix timestamp
1789948800
seconds since 1970-01-01 UTC
Year + day of year
2026264
Gregorian · YYYYDDD
Reduced JD (RJD)
61304.5000
JD − 2400000
Truncated JD (TJD)
21304.00000
JD − 2440000.5 (NASA)
📏 Where Your Date Sits in Time
Cosmic scale — the full Julian Day count from its 4713 BC origin to today
4713 BC · JD 0
AD 1
JD 2451545.0
Your date
Zoomed in — your date next to the JD 2451545.0 epoch and today (1995 → 2031)
JD 2451545.0
Today
Your date
🕛 The Day Fraction & Noon Boundary
0h6h12h noon18h

Unlike the civil day, a Julian Day rolls over at noon Universal Time (the red mark), not at midnight. The blue hand shows your time of day, 00:00:00 UT.

That is why the decimal part of your Julian Date is:

0.50000 of a day past noon

A civil midnight therefore lands on a clean .5 fraction.

📝 Step-by-Step Conversion
Step 1: Set the working year and month

The month is March or later, so the year and month are used as-is:

$$Y = 2026, \quad M = 9$$
Step 2: Gregorian calendar correction
$$A = \left\lfloor \frac{Y}{100} \right\rfloor = 20$$$$B = 2 - A + \left\lfloor \frac{A}{4} \right\rfloor = -13$$
Step 3: Apply the Julian Date formula
$$JD = \lfloor 365.25(Y+4716) \rfloor + \lfloor 30.6001(M+1) \rfloor + D + B - 1524.5$$$$JD = 2462515 + 306 + 21.00000 + -13 - 1524.5 = \mathbf{2461304.50000}$$

D includes the fraction of the day from the time of day (the Julian Day starts at noon UT, so 00:00 UT carries a 0.5 fraction).

Algorithm after Jean Meeus, Astronomical Algorithms, chapter 7. Input is read as Gregorian calendar; the Gregorian equivalent of this instant is September 21, 2026.

📲

Install MiniWebtool App

Add to your home screen for instant access — free, fast, no download needed.

           

Want faster & ad-free?
Go Premium

Video Guide: Julian Date Converter

About Julian Date Converter

A day-of-year number runs from 1 to 365 or 366. Astronomical Julian Date (JD) is a continuous day count with a time fraction. Day of Year Calendar

The Julian Date Converter turns any calendar date into its Julian Date (JD) and Julian Day Number (JDN) — and converts straight back the other way. It also gives you the Modified Julian Date (MJD), days since the JD 2451545.0 epoch, the Unix timestamp, the day of the year, the weekday, and the 5-digit ordinal "Julian date" used in industry — all from a single conversion, with a visual time-scale and a step-by-step formula.

J2000.0 is defined at JD 2451545.0 TT. This calculator does not convert its inputs to TT. USNO: Terrestrial Time

What Is a Julian Date?

A Julian Date is a continuous count of days, including the fraction of a day, measured from noon Universal Time on January 1, 4713 BC (in the proleptic Julian calendar). Because it ignores months, varying month lengths, leap years and calendar reforms, it makes date arithmetic trivial: the number of days between two events is simply one Julian Date subtracted from another. Astronomers, satellite operators and historians rely on it for exactly this reason.

Julian Date vs. Julian Day Number

These two terms are often mixed up:

  • Julian Day Number (JDN) — the whole-number day count, with no time of day.
  • Julian Date (JD) — the JDN plus the fraction of the day for the time. Since the day begins at noon, midnight carries a .5 fraction.

The Julian Date Formula

For a date in the Gregorian calendar, with the time folded into a fractional day D, the Julian Date is computed in three short steps.

Step 1 — Adjust the month
$$\text{If } M \le 2:\quad Y \leftarrow Y - 1,\quad M \leftarrow M + 12$$
Step 2 — Gregorian correction
$$A = \left\lfloor \frac{Y}{100} \right\rfloor, \quad B = 2 - A + \left\lfloor \frac{A}{4} \right\rfloor$$
Step 3 — Julian Date
$$JD = \lfloor 365.25(Y+4716) \rfloor + \lfloor 30.6001(M+1) \rfloor + D + B - 1524.5$$

For the Julian calendar, the correction term is simply B = 0. To go the other way — from a Julian Date back to a calendar date — the tool applies Meeus' inverse algorithm, which automatically returns Gregorian dates on or after October 15, 1582 and Julian dates before it.

Related Julian Date Variants

NameDefinitionDay startsTypical use
Julian Date (JD)NoonAstronomy
Modified JD (MJD)JD − 2400000.5MidnightSatellites, computing
Reduced JD (RJD)JD − 2400000NoonVariable-star work
Truncated JD (TJD)JD − 2440000.5MidnightNASA missions
Dublin JD (DJD)JD − 2415020NoonOlder ephemerides
Days since JD 2451545.0JD − 2451545.0NoonModern astronomy

The 5-Digit "Julian Date" Is Different

In manufacturing, food packaging, military logistics and mainframe systems, a "Julian date" usually means a 5-digit ordinal date such as 26180, made of the last two digits of the year followed by the day of the year (day 180 of 2026). It has nothing to do with the astronomical Julian Day count. To avoid any confusion, this converter shows both the true Julian Date and the ordinal date for every result.

Worked Example

Take noon UT on January 1, 2000 — the famous JD 2451545.0 epoch:

  • Month is January, so set Y = 1999, M = 13.
  • Gregorian correction: A = 19, B = −13.
  • JD = 730196 + 428 + 1.5 − 13 − 1524.5 = 2451545.0, with JDN 2451545.

How to Use This Calculator

  1. Choose a direction: "Date → Julian" to convert a calendar date, or "Julian → Date" to convert a JD, MJD or Unix value.
  2. Enter your values: For a date, fill in the year, month, day and time and pick the Gregorian or Julian calendar. For a Julian input, type the number and select its type.
  3. Click Convert: The astronomical conversion runs instantly.
  4. Read the results: See the Julian Date and every related format, copy any value with one click, locate your date on the time-scale and 24-hour dial, and follow the step-by-step formula.

Frequently Asked Questions

What is a Julian Date?

A Julian Date (JD) is a continuous count of days and fractions of a day since noon Universal Time on January 1, 4713 BC in the proleptic Julian calendar. Astronomers use it because it removes months, leap years and calendar reforms from date arithmetic, so the difference between two events is simply a subtraction.

What is the difference between Julian Date and Julian Day Number?

The Julian Day Number (JDN) is the integer day count, while the Julian Date (JD) includes the fraction of the day for the time. For example, noon on January 1, 2000 has JDN 2451545 and JD 2451545.0, while midnight that morning has JD 2451544.5.

What is the Modified Julian Date (MJD)?

The Modified Julian Date is MJD = JD − 2400000.5. It uses smaller numbers and, unlike the Julian Date, its day starts at midnight rather than noon, which makes it convenient for satellite tracking and many computing applications.

Why does the Julian Day start at noon?

The Julian Day begins at noon Universal Time so that a single night of astronomical observation falls within one Julian Day rather than being split across a midnight date change. This is why a civil midnight carries a 0.5 day fraction.

Is the 5-digit Julian date the same thing?

No. The 5-digit ordinal date used in manufacturing, food packaging and mainframes, such as 26180, is the last two digits of the year followed by the day of the year. It is sometimes called a Julian date but is unrelated to the astronomical Julian Day count. This converter shows both so you are never confused.

Which calendar should I choose?

Use Gregorian for modern dates and most purposes. Choose Julian only for historical dates before the 1582 reform when your source explicitly uses the old-style Julian calendar. When converting a Julian Date back to a date, this tool automatically returns Gregorian for dates on or after October 15, 1582 and Julian before it.

Additional Resources

Reference this content, page, or tool as:

"Julian Date Converter" at https://MiniWebtool.com/julian-date-converter/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: June 29, 2026

Date Tools:

Top & Updated:

Add Business Days to DateISO 8601 Date FormatterHalfway Date CalculatorView all →
Home Page > Time and Date > Date Tools > Julian Date Converter
×

Do us a favor and answer 3 quick questions

Thank you for participating in our survey. Your input will help us to improve our services.

Where exactly did you first hear about us?

What is your favorite tool on our site?

if Other, please specify:

How likely is it that you would recommend this tool to a friend?

NOT AT ALL LIKELYEXTREMELY LIKELY

Likely score: (1-10)