Understanding the 90 Day Calculator
This calculator adds or subtracts a number of days — 90 by default — from a starting date to find the resulting calendar date, its day of the week, and how it compares to today. It supports two counting methods: calendar days, which count every day of the week, and business days, which count only Monday through Friday.
The formulas
- Calendar days: the result is simply the start date plus or minus N days. Standard date arithmetic automatically rolls over month and year boundaries and accounts for leap years, so no manual lookup table is needed.
- Business days: the calculator steps one day at a time and only counts a day toward N if it falls on a weekday (Monday–Friday); Saturdays and Sundays are skipped. This mode does not exclude public holidays — only weekends.
- ISO week number: computed with the ISO-8601 standard, where weeks run Monday to Sunday and Week 1 is the week containing the year's first Thursday.
Calendar days vs. business days, worked example
Starting from Friday, July 17, 2026: adding 90 calendar days lands on Thursday, October 15, 2026 — 12 weeks and 6 days later. Adding 90 business days instead lands on Friday, November 20, 2026, because weekends don't count; that trip spans 126 calendar days in total. Since 90 divides evenly by 5, 90 business days is always exactly 18 full weeks whenever no holidays are excluded.
Common uses for a 90-day count
- Employment probation or trial periods, which are frequently set at 90 calendar days.
- Contract, lease, or notice-period deadlines, such as a "90-day cure period" or "90-day notice to vacate."
- Product return or warranty windows.
- Short-stay visa rules such as the Schengen area's "90 days in any 180-day period," where counting exact calendar days matters.
- Rough fiscal-quarter planning, since a calendar quarter runs roughly 90 to 92 days.
Precision note
This tool counts whole calendar days and does not adjust for holidays, time zones, or the time of day, and it does not count the start date itself as day one. If a deadline is legally defined to include the start date, exclude certain holidays, or shift when it lands on a weekend, confirm the exact counting rule with the relevant contract or statute before relying on the result.