Last updated ·Published ·By the WiserWork team
Day of Year Calculator
Find what day number it is, remaining days, week number & progress
Converts a calendar date into its ordinal day number, from 1 on 1 January to 365 or 366 on 31 December, with week number, quarter and days remaining.
What is the Day of Year Calculator?
An ordinal date, written in ISO 8601 form as something like 2026-209, replaces the month and day with a single number counted from the start of the year. Aviation logs, satellite and weather data filenames, and manufacturing date codes all use it, because one field sorts correctly and cannot be misread as day-month or month-day. This page converts in that direction, taking a calendar date and returning the day number, how many days are left, which ISO week it falls in, which quarter, and whether the year runs to 365 or 366 days.
Key Features
- Day number from 1 to 365, or 366 in a leap year
- Days elapsed and days remaining counted from the selected date
- ISO 8601 week number using the Thursday rule, not a plain divide
- Leap year flag applying the full century and 400-year Gregorian rule
- Year progress percentage plus a twelve-block strip marking elapsed months
Common Use Cases
- Reading or writing a Julian-style date code on a flight or lab log
- Decoding a three-digit day stamp printed on packaging or a data file
- Checking the ISO week number before filing a weekly report
- Seeing how far through the year a planning date actually falls
How to Use the Day of Year Calculator
- Pick a date in the field at the top; it opens on today's date.
- Press the Today button to jump back to the current date after browsing around.
- Read the large number, which is the ordinal day, and the full date printed under it.
- Check the six cards for days remaining, ISO week, days elapsed, quarter, year length and leap status.
- Glance at the progress bar and twelve month blocks for a visual sense of position.
Tips for Best Results
- After 28 February, every day number in a leap year sits one higher than in a common year.
- Day 1 is 1 January, so days elapsed always reads one less than the day number itself.
- The quarter card splits the year into four equal day blocks, so boundary dates can read one quarter low.
- The month blocks change the cursor as though clickable, but they are display only.
Why Use WiserWork's Day of Year Calculator?
The day-of-year number exists because some systems cannot afford ambiguity. A field reading 03/04 is a genuine coin flip between 3 April and 4 March depending on who wrote it, while day 094 means the same thing everywhere and sorts in the right order without special handling. Converting it in your head is unpleasant, since it means summing month lengths and remembering whether February had 29 days.
Who Uses the Day of Year Calculator?
Pilots and dispatchers, laboratory and observatory staff logging observations, and anyone reading the three-digit codes stamped on food, film or aerospace parts. Payroll and planning teams take the ISO week number off the same screen. It is also the fastest way to answer how much of the year has already gone.
Frequently Asked Questions
Is this the same as a Julian date?
Not quite. The astronomers' Julian Day is a continuous count of days since 4713 BC and runs to seven digits. The three-digit number here is an ordinal date, often called a Julian date in aviation and manufacturing, and it restarts at 1 every January.
What day number is 31 December?
365 in a common year and 366 in a leap year. The days remaining card reads 0 on that date, because it counts the days after the one you selected.
How does the leap year test work?
It applies the full Gregorian rule: divisible by 4, except century years, unless those are divisible by 400. So 1900 shows 365 days and 2000 shows 366.
Which week numbering does it use?
ISO 8601, where weeks start on Monday and week 1 is the week containing the first Thursday of the year. Early January dates can therefore legitimately show week 52 or 53 belonging to the previous year.
Why does the quarter sometimes disagree with my calendar?
The quarter is worked out by splitting the year into four equal blocks of days rather than by month boundaries, so a date sitting right on a calendar quarter line can come back one quarter low. Go by the month, not this card, for accounting periods.
Can I go the other way and enter a day number to get a date?
No, this page only converts a date into a day number. You can work the reverse out by nudging the date picker until the big number matches the one you have.
Does the day number shift for my time zone?
No. The date you pick is treated as a plain calendar date and the arithmetic runs on UTC components, so the number does not move with your device's zone or with a daylight saving switch.
What is the twelve-block strip under the progress bar?
A month-level view of the same year. Months before the selected one are filled in the accent color, the selected month is outlined, and later months stay gray.
Does it handle years before 1900 or far into the future?
Yes, within whatever range the browser's date picker allows. Bear in mind the calendar is projected backward with modern rules, so dates before the Gregorian reform will not line up with contemporary records.
How is this different from the Date Difference Calculator?
This page always measures a date against the start of its own year, with 1 January as a fixed origin. Date Difference lets you choose both endpoints yourself.
Ordinal dates survive because they cannot be misread and they sort correctly, which is why aviation and science logs still print them. This page handles the conversion that is genuinely awkward to do in your head.