About the Add Days Calculator
This calculator adds or subtracts a whole number of days from a start date using standard Gregorian calendar arithmetic. Enter a start date and the number of days to move — use a negative number to subtract — and choose whether to count every calendar day or only weekdays (Monday through Friday).
How the calculation works
- Calendar days: the result is simply the start date plus N days on the calendar, rolling over month and year boundaries automatically. February 20 plus 10 days is March 2 (or March 1 in a leap year, since February then has 29 days).
- Weekdays only: the calculator steps forward (or backward) one day at a time and only counts Monday through Friday, skipping every Saturday and Sunday. Adding 5 weekdays to a Friday lands on the following Friday, not the following Wednesday, because two weekend days are skipped along the way.
- Leap years: handled automatically — February has 29 days in any year divisible by 4 (except century years not divisible by 400), so date math around February always accounts for this.
Reading the results
- Resulting date is the start date shifted by the entered number of days.
- Day of week shows what weekday the result falls on.
- Days apart is the exact number of calendar days spanned between the start date and the result — in weekday mode this can be larger than the number you entered, since skipped weekends still add to the calendar span.
- ISO week is the ISO 8601 week number (1–53) of the resulting date, where week 1 is the week containing the year's first Thursday.
Common uses
- Project deadlines and milestone planning
- Legal and contractual date calculations (90-day cure periods, notice windows)
- Delivery and shipping estimates counted in business days
- Personal planning: countdown dates, anniversaries, and due dates
Precision note
This calculator treats Saturday and Sunday as the weekend and does not exclude public holidays. If your deadline depends on a specific holiday calendar or a jurisdiction's own counting rule (some count the start day, some don't), verify the result against that specific rule.