HomeEveryday › 90 Days From Today

90 Days From Today

Find the exact date 90 days from today — or from any start date you pick (leave the field blank to use today). You get the weekday, the 90-business-day alternative that skips weekends, and the date 90 days back.

90 days from start
That span is
90 business days instead
90 days before start

90 days is a straight calendar count. The business-day row skips Saturdays and Sundays but not federal holidays — subtract those separately if your deadline excludes them.

Calendar days vs business days: two very different 90s

Ninety calendar days is 12 weeks and 6 days, so the target lands one weekday earlier than your start day — start on a Tuesday and you land on a Monday. Because 90 days spans about three months, the calendar handles month lengths for you: the count simply rolls through however many 30- and 31-day months (and possibly a February) sit in the way.

Ninety business days is a much longer wait: only Mondays through Fridays count, so it stretches to 126 calendar days — 18 full weeks. Contracts, court deadlines, and probation periods often specify which kind of day they mean. If yours says 'business days', use the third row and then subtract any court or federal holidays in the window.

How it’s calculated

Target date = start + 90 days via native date arithmetic: new Date(y, m, d + 90) rolls months and years automatically, including leap days. Business-day date = advance one day at a time, counting only Mon-Fri, until 90 are counted (90 business days = 18 weeks = 126 calendar days). Dates are fixed at noon to avoid daylight-saving off-by-one errors.

Business days exclude weekends only; federal and court holidays are not subtracted.

Quick day-count reference

DaysWeeks + days≈ Months (30.44-day avg)
304 weeks, 2 days1.0
456 weeks, 3 days1.5
608 weeks, 4 days2.0
9012 weeks, 6 days3.0
12017 weeks, 1 day3.9
18025 weeks, 5 days5.9

Computed: weeks = days ÷ 7; months = days ÷ 30.4369 (mean Gregorian month).

Common mistakes

  • Treating 90 days and 3 months as identical — Jan 15 plus 3 months is Apr 15, but plus 90 days is Apr 15 only in non-leap years.
  • Reading a '90 business days' deadline as 90 calendar days: the true window is about 126 calendar days.
  • Counting the start date as day 1. Convention here (and in most legal contexts) is that day 1 is the day after the start.
  • Forgetting holidays: business-day math above still includes Thanksgiving, July 4, and similar.

Frequently asked questions

How is 90 days from today calculated?

Target = start date + 90 calendar days: the day-of-month is increased by 90 and the date engine rolls the months and years, so month lengths and leap days are handled exactly. Today is day 0; tomorrow is day 1.

What is 90 days from April 3?

July 2 of the same year (April has 27 days remaining after the 3rd, then 31 in May and 30 in June leaves 2 days into July). In 2026 that's a Thursday.

Is 90 days the same as 3 months?

No. Three calendar months from a date keeps the same day-of-month three months later, which can be 89 to 92 days away depending on the months crossed. 90 days is always exactly 90.

How long is 90 business days?

18 weeks — 126 calendar days — because each business week contributes 5 countable days. Holidays would push it further.