Date calculator
Pick a start date, choose add or subtract, and enter an amount in days, weeks, months, or years. Month moves use constrain overflow and years-then-months-then-days order. February 29 defaults to March 1 in non-leap years with a February 28 toggle. Business days skip weekends and custom holidays only. Share links restore mode and values in the URL fragment.
Add or subtract time
Waiting for a start date and amount.
- Requests
- · from Resource Timing
- Script
- · KB of a 100 KB budget
One page, two directions
Adding ninety days and subtracting ninety days live in one control so a shared link can restore the direction as well as the numbers. That matches the vault ruling: separate URLs for different jobs, one engine underneath.
January 31 plus one month
Enter January 31, add, amount 1, unit months. The result is February 28, or February 29 in a leap year, never March 2 or March 3. That is constrain overflow: the 31st does not exist in February, so the date clamps to the last day of the target month. Subtract the same amount and February 28 minus one month is January 28, not January 31, because the reverse trip is not a round trip. The end-date counting explainer is the sibling question for spans between two fixed dates, which this page does not compute.
Business days, same scope as days between
Business-day mode excludes weekends and any dates you paste yourself. Country holiday calendars are not built in because they need maintenance this repository does not carry. What 5 to 7 business days means is the shipping-window version of that skip. Use it when the phrase is the question; use this page when you already have a start date and an amount.
Questions
Why does month order matter?
January 31 plus thirty days then one month lands on a different calendar date than January 31 plus one month then thirty days. This page applies months before days when both apply.
Need the span between two fixed dates?
Use the days between dates calculator, which reports inclusive or exclusive counts and a full breakdown.
Related tools
Need the span between two dates instead? Use the days between dates calculator. Does the end date count and what 5 to 7 business days means are the matching explainers. More date tools live on the date and time hub, including the time zone meeting planner. Does the end date count is the article that uses this calculator.