Date Calculator

"What's 90 days from today?" — add or subtract any amount of days, weeks, months or years from a date.

resulting date
weekday

How it works

Pick a start date, choose Add or Subtract, enter an amount, and select a unit — days, weeks, months or years — then click Calculate (or just change any field, since the result updates live). Day and week math is straightforward date arithmetic: 90 days from a date just steps the calendar forward 90 times. Month and year math is smarter: adding a month to January 31 doesn't overflow into March, it clamps to February 28 (or 29 in a leap year), matching how most billing cycles, deadlines and subscription renewals actually roll over. The calculator converts years internally to months, so "add 1 year" and "add 12 months" behave identically. Alongside the resulting date, you get its weekday, which is useful for scheduling — knowing a deadline lands on a Sunday changes your plan.

Frequently asked questions

What happens at month ends?

Adding a month (or year) to a date whose day number doesn't exist in the target month gets clamped down to the last valid day instead of overflowing. Adding one month to January 31 lands on February 28 in a non-leap year, or February 29 in a leap year — not March 3, which is what naive date arithmetic (just adding roughly 30 days) would produce. The same clamping applies to any month-end date: April 30 plus a month stays clamped through months with fewer days rather than spilling into the next one. This matches how billing systems and calendars roll monthly recurring dates forward.

Are weekends and holidays skipped?

No — every unit here (days, weeks, months, years) counts plain calendar days, including weekends and public holidays. If you need to know when a task lands after skipping non-working days — common for legal notice periods, delivery estimates or SLA deadlines — use the dedicated business days calculator instead, which excludes weekends from the count. This calculator is deliberately simple: it answers "what calendar date is X days/weeks/months/years from here," not "how many working days until then." Pick whichever tool matches whether weekends should count toward your total.

Does it save my calculation?

No — like the rest of this calculator, the date, amount and result are held only in your browser's memory for the current page view. Refresh the page, close the tab or navigate away and everything resets to the defaults; nothing is written to a server or to your browser's local storage. If you need to keep a result, copy the resulting date and weekday somewhere before you leave. This also means the tool works fully offline and doesn't track or remember which dates you've calculated — each visit starts from a blank slate.

Last updated: 2026-07-22