Time calculators

Add Days Calculator

Updated Jul 5, 2026 By Jehan Wadia
Rate Formulas
Start Date
The date you want to calculate from.
Operation & Duration
Operation
Duration to Add or Subtract
Number of years to add or subtract from the start date.
Number of months to add or subtract. End-of-month edge cases such as January 31 plus 1 month are handled automatically.
Number of 7-day weeks to add or subtract.
Number of individual days to add or subtract. Accepts very large values for long-range date projections.
Quick Presets
Business Days Mode

Result
Day of week:

  • Short format:
  • Written format:
  • Day of year:
Duration Breakdown

Introduction

The Add Days Calculator helps you find a future or past date by adding or subtracting days, weeks, months, or years from any start date. Need to know what date falls 30 days from today? Want to count 90 days back from a deadline? This tool does the math for you in seconds.

You can also switch to business days mode, which skips weekends and US holidays. This is helpful for work deadlines, legal due dates, shipping estimates, and contract timelines. Just pick your start date, enter how many days to add or subtract, and hit calculate. The result shows the exact date, the day of the week, and a full breakdown of the time span.

How to Use Our Add Days Calculator

Enter a start date and a duration to find out what date falls before or after it. The calculator will show you the exact result date, the day of the week, and a full breakdown of the time span.

Start Date: Pick the date you want to count from. Today's date is filled in by default, but you can change it to any date you need.

Operation: Choose Add (+) to move forward in time or Subtract (−) to move backward in time from your start date.

Years, Months, Weeks, and Days: Type how much time you want to add or subtract. You can fill in one field or use several at once. For example, you could enter 1 year, 2 months, and 15 days all together.

Quick Presets: Click a preset button like 7 Days, 30 Days, 90 Days, or 1 Year to fill in the duration instantly without typing.

Business Days Mode: Check this box if you only want to count workdays and skip weekends. For more detailed business day calculations, including counting the number of business days between two dates, try our Business Days Calculator. When this mode is on, you can only use the Weeks and Days fields.

Skip Weekends and Holidays: Inside Business Days Mode, choose whether to skip weekends only or skip both weekends and selected US holidays. You can check or uncheck each holiday and even add your own custom holidays by name and date.

Calculate Date: Press this button to see your result. The output shows the final date, the day of the week, a written summary, and a chart that breaks down the duration. Press Reset to clear everything and start over.

What Is Adding Days to a Date?

Adding days to a date means picking a starting date and counting forward by a set number of days to find a future date. For example, if today is March 1 and you add 10 days, the result is March 11. You can also subtract days to find a past date — our Days Ago Calculator is designed specifically for counting backward. This process is sometimes called date arithmetic or date calculation, and you can explore it further with our general Date Calculator.

Why Would You Need to Add Days to a Date?

People add or subtract days from dates all the time in everyday life. Here are some common reasons:

  • Due dates: A bill or assignment might be due 30 days, 60 days, or 90 days from today. Use the Days From Date Calculator to quickly find the exact due date from any starting point.
  • Shipping and delivery: A package might arrive 5 to 7 business days after you order it. Our Lead Time Calculator can help estimate delivery timelines.
  • Legal deadlines: Courts and contracts often set deadlines a certain number of days from a filing date. The Deadline Calculator is built for tracking these kinds of time-sensitive dates.
  • Project planning: Teams need to know when a task will finish if it takes a set number of days.
  • Personal events: You might want to count how many days until a birthday, vacation, or anniversary. Our Days Until Calculator lets you count down to any upcoming event, and the Age Calculator can tell you exactly how old someone is down to the day.

Calendar Days vs. Business Days

Calendar days means every single day on the calendar, including weekends and holidays. If you add 10 calendar days, you count Saturday, Sunday, and every other day in between. To measure the exact span between two known dates, our Date Duration Calculator will give you a precise calendar day count.

Business days means only the days when most people work — Monday through Friday. Weekends are skipped. Some calculations also skip public holidays like Thanksgiving, Christmas, or Independence Day. Business day counting is common for banking, shipping, and legal deadlines. If you need to track working hours within those business days, the Work Hours Calculator can help, and you can count weeks between dates for longer planning horizons.

How Months and Years Work in Date Math

Adding months or years to a date is not the same as adding a fixed number of days. That is because months have different lengths. January has 31 days, February has 28 or 29, and April has 30. When you add 1 month to January 31, the result is February 28 (or February 29 in a leap year). This is called end-of-month clamping, and it keeps the result on a real, valid date. If you need to measure the total elapsed time between two dates broken down into years, months, and days, our Time Duration Calculator provides that detailed breakdown.

What Is a Leap Year?

A leap year happens every 4 years. In a leap year, February has 29 days instead of 28. This extra day keeps our calendar lined up with the Earth's orbit around the Sun. A year is a leap year if it is divisible by 4, except for years divisible by 100 — unless that year is also divisible by 400. So the year 2000 was a leap year, but 1900 was not.


Formulas used

Calendar Day Difference
\Delta d = \operatorname{round}\!\left(\frac{t_{end} - t_{start}}{86\,400\,000}\right)
Result Date (Calendar Mode)
D_{result} = D_{start} \pm (Y \times 12 + M) \text{ months} \pm (W \times 7 + D) \text{ days}
End-of-Month Clamping When Adding Months
d_{new} = \min\!\left(d_{original},\; d_{last}(y_{new}, m_{new})\right)
Business Days to Advance
N_{biz} = W \times 7 + D
Leap Year Test
\text{leap}(y) = (y \bmod 4 = 0 \land y \bmod 100 \neq 0) \lor (y \bmod 400 = 0)
Day of Year
\text{DOY} = \operatorname{round}\!\left(\frac{t_{date} - t_{Jan1}}{86\,400\,000}\right) + 1
Nth Weekday of a Month (Floating Holiday)
d = 1 + \bigl((w - w_1 + 7) \bmod 7\bigr) + (n - 1) \times 7

Frequently asked questions

What date is 30 days from today?

30 days from today, July 5, 2026, is August 4, 2026 (a Tuesday). You can find this by entering today's date, selecting Add, and typing 30 in the Days field. Press Calculate to see the result.

What date is 90 days from today?

90 days from today, July 5, 2026, is October 3, 2026 (a Saturday). Use the 90 Days quick preset button to get this answer instantly.

What date is 60 days from today?

60 days from today, July 5, 2026, is September 3, 2026 (a Thursday). Click the 60 Days preset or type 60 in the Days field and press Calculate.

Can I add days and months at the same time?

Yes. You can fill in multiple fields at once. For example, you can enter 2 months and 15 days together. The calculator adds months first, then days, so you get an accurate result.

What happens if I add 1 month to January 31?

The result is February 28 (or February 29 in a leap year). Since February does not have 31 days, the calculator moves the date to the last valid day of the month. This is called end-of-month clamping.

How do I subtract days from a date?

Click the Subtract (−) button in the Operation section. Then enter how many days, weeks, months, or years you want to go back. Press Calculate to see the past date.

What are business days?

Business days are Monday through Friday. Weekends (Saturday and Sunday) are skipped. When you turn on Business Days Mode, the calculator only counts workdays. You can also skip US holidays.

Why can't I use years and months in business days mode?

Months and years have different lengths, which makes business day counting unreliable with those units. In business days mode, you can only use weeks and days to keep the count accurate.

Can I add custom holidays to skip?

Yes. Turn on Business Days Mode, select "Skip weekends and selected holidays," then scroll to the Custom Holidays section. Enter a name, month, and day for each holiday. You can add up to 20 custom holidays.

Which US holidays does the calculator support?

The calculator includes New Year's Day, Martin Luther King Jr. Day, Presidents' Day, Memorial Day, Juneteenth, Independence Day, Labor Day, Columbus Day, Veterans Day, Thanksgiving, Black Friday, Christmas Eve, Christmas Day, and New Year's Eve. You can check or uncheck each one.

What does the quick preset button do?

Quick preset buttons fill in common durations with one click. For example, clicking 30 Days sets the Days field to 30 and the operation to Add. It also resets all other fields to zero and turns off business days mode.

Does the calculator handle leap years?

Yes. The calculator knows which years are leap years and accounts for the extra day in February. If you add days across February 29 in a leap year, that day is counted correctly.

What is the day of year shown in the result?

The day of year tells you which numbered day of the year the result falls on. For example, January 1 is day 1, and December 31 is day 365 (or 366 in a leap year).

What does the donut chart show?

The chart shows how the total time span breaks down. In calendar mode, it splits the duration into days from years, months, weeks, and days. In business days mode, it shows business days, weekend days, and holidays skipped.

Is there a limit on how many days I can add?

You can enter up to 99,999,999 days in the Days field. For weeks, months, and years, the limit is 9,999. These limits cover nearly any date calculation you would need.

How do I reset the calculator?

Click the Reset button. This sets the start date back to today, changes the operation to Add, puts 30 in the Days field, turns off business days mode, and clears any errors.

Does the calculator work on my phone?

Yes. The calculator is fully responsive and works on phones, tablets, and desktop computers. The date picker and all buttons are designed to be easy to tap on small screens.

What does observed holiday mean?

When a US holiday falls on a Saturday, it is observed on Friday. When it falls on a Sunday, it is observed on Monday. The calculator uses these observed dates when skipping holidays in business days mode.