Date Plus / Minus Days Calculator
Add or subtract a whole number of days from any date and get the exact result — weekday shown inline. Negative values move backward in time.
What This Calculator Does
A date-plus-days calculator shifts a base date by an exact number of calendar days — forward to find a deadline, or backward to find when something started — and shows the weekday of the result inline.
Calendar arithmetic looks simple but hides small traps: month lengths vary from 28 to 31 days, leap days appear every four years, and "90 days from March 31" doesn't land where mental arithmetic usually places it. This calculator handles all of that automatically.
How It Works
The Formula
Days can be negative. Adding −7 to a Wednesday lands on the previous Wednesday. The result accounts for varying month lengths and every leap day along the way; the engine uses ECMAScript Temporal under the hood and follows the proleptic Gregorian calendar exactly.
Calendar Days, Not Business Days
Every calendar day counts equally. A "30-day" notice period that starts on a Friday lands on a Sunday; a "60 working-day" computation needs a separate working-day calendar with holidays and weekends excluded. For those, use a dedicated tool.
Practical Scenarios
1. Contractual and Statutory Deadlines
Many notice periods, statutes of limitations, and refund windows are stated as a fixed number of calendar days from a triggering event. "Cancel within 14 days," "deliver within 90 days of order," "respond within 21 days of receipt" — each shifts cleanly with this calculator.
2. Project Planning
Sprint reviews land 14 days after the kickoff. Quarterly milestones land 90 days out. Six-month check-ins land 180 days out. Setting a base date and pulling a list of these forward dates makes it easier to drop them into a calendar app without manual counting.
3. Travel Visa and Document Validity
Many tourist visas grant a fixed number of days from the date of entry, and some passports must be valid for a number of days beyond the planned exit date. Computing those endpoints precisely keeps you out of the situation where the airline turns you away at the gate.
4. Working Backward from a Deadline
If a piece of work is due on a specific date and the lead time is 45 days, you'll want to know exactly when to start. Set the deadline as the base date and enter −45 in the day count — the result is the day to start. For a quick gap count between two known dates, fill in both the base date and the result date — the day-count field solves automatically. The dedicated Date Difference Calculator also accepts two dates directly if you prefer a separate tool.
A Note on "Inclusive" vs "Exclusive" Counting
Different jurisdictions and contracts disagree on whether the day of a triggering event counts as day 0 or day 1. "Cancel within 7 days of receipt" might mean six days from tomorrow, or seven full days from today — the contract should say. This calculator counts day 0 as the base date itself; adding 7 days lands you on the same weekday a week later. If the rule you're following uses inclusive counting, subtract one from the day count before entering it.
Frequently Asked Questions (FAQ)
Can I work backward in time?
Yes — enter a negative number for "Days to Add". For example, -7 from a Wednesday gives the previous Wednesday (the weekday is shown next to each date input automatically).
How do I find the number of days between two dates?
Set one date as the base date and the other as the result date — the "Days to Add" field will solve automatically for the day count between them. Alternatively, the dedicated date-diff calculator also accepts two dates and returns the gap directly.
Disclaimer
For business-day or holiday-aware shifts, use a dedicated working-day calculator — this tool counts every calendar day equally.
Recommended Next
Date Difference Calculator
Calculates the precise difference between two dates as years, months, and days, plus the total day and week counts. Each date input shows its weekday inline.