Add/Subtract Days from a Date Calculator
Professional date calculator to add or subtract days from a date. Supports business days, weekends/holiday exclusion, inclusive counting, and WCAG 2.1 AA accessible UI.
Date math
Add or subtract calendar or business days, in any combination.
Separate dates with newlines or commas. Invalid lines are ignored.
Resulting date
—
Results update instantly when you click Calculate. Calendar math uses strict UTC dates and does not rely on local time.
How to Use This Calculator
Pick whether you want to add or subtract days, enter a start date, set the number of days, then click Calculate. Optional controls let you count inclusively, treat only weekdays as business days, and paste holidays you want to skip.
- Inclusive counting treats the start date as day one, so adding 10 days inclusive is equivalent to adding nine exclusive.
- Business-day mode skips Saturdays, Sundays, and any ISO dates you paste into the Holidays box.
- The results card reports the ISO date, day of the week, how many exclusions were applied, and a quick detail of the math used.
Methodology
Validation enforces ISO dates, whole-day counts, and reasonable limits (100,000 calendar days, 10,000 business days) to keep performance instant.
Full original guide (expanded)
Step-by-step example drawn from the original walkthrough:
- Choose the operation you need (Add or Subtract).
- Enter the start date, like 2025-01-15.
- Set the number of days, switch on business-day logic, and paste holidays such as 2025-02-17.
- Click Calculate to get the resulting date and a breakdown of exclusions.
FAQ from the legacy copy
- Does the calculator account for leap years?
- Yes. All calculations follow the proleptic Gregorian calendar, including standard leap-year behavior.
- What does inclusive counting mean?
- Inclusive counting counts the start date as day one, so adding 10 days inclusive equals adding 9 exclusive.
- How are business days calculated?
- Business days are Monday through Friday. Weekends are skipped, and any holidays you list are also excluded.
- Which calendar system is used?
- The proleptic Gregorian calendar is used via UTC date-only math to avoid daylight saving side effects.
- How should I enter holidays?
- Paste one ISO date per line (YYYY-MM-DD). Invalid dates are ignored but noted below the field.
- What is the maximum number of days?
- Use up to 100,000 for calendar math and up to 10,000 for business days to keep the interface responsive.