HomeEveryday › 60 Days From Today

60 Days From Today

Get the exact date 60 days from today, or from any start date you enter (leave the field blank to use today). Results include the weekday, the 60-business-day date that skips weekends, and the date 60 days back.

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

60 days is a straight calendar count (8 weeks + 4 days) — usually a day or two shy of two calendar months. The business-day row skips weekends only.

Sixty days on the calendar

Sixty days is 8 weeks plus 4 days, so the landing weekday advances four steps — a Tuesday start lands on a Saturday. It's almost never exactly two calendar months: March 1 plus two months is May 1, but plus 60 days is April 30; from December 31 the two-month mark and the 60-day mark differ by two days in a common year.

The count matters because 60-day windows carry real teeth: the IRS 60-day rollover rule for moving retirement money between accounts, 60-day lease-termination notices in many states, and 60-day payoff or dispute periods in lending. If yours is written in business days, use the third row — 60 business days is 12 full weeks, about 84 calendar days.

How it’s calculated

Target = start + 60 days via new Date(year, month, day + 60); the date engine rolls month and year boundaries, including leap Februaries. Business-day variant advances one day at a time counting Mon-Fri until 60 are tallied (60 business days = 12 weeks = 84 calendar days). All dates pinned to noon against daylight-saving drift.

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

Deadlines that commonly run 60 days

DeadlineCount basisSource
IRA/401(k) indirect rollover60 calendar days from receiptIRS rollover rule
Lease termination notice60 days in many statesState landlord-tenant statutes — varies
COBRA election window60 days from noticeUS Department of Labor
60 business days84 calendar days (12 weeks)Computed, Mon-Fri

IRS 60-day rollover rule; DOL COBRA election period; lease-notice periods vary by state statute.

Common mistakes

  • Treating 60 days as exactly 2 months — from Mar 1, two months is May 1 but 60 days is Apr 30.
  • Counting the trigger date as day 1; hard deadlines like the IRS rollover clock start the day after receipt.
  • Assuming weekends extend calendar-day deadlines — they don't; only business-day deadlines skip them.
  • Reading 60 business days as two months: it's closer to three (about 84 calendar days).

Frequently asked questions

How do you calculate 60 days from today?

Add 60 to today's day-of-month and let the calendar roll: target = new Date(year, month, day + 60). Today counts as day 0, so the result is the 60th day after it.

Is 60 days the same as 2 months?

Rarely. Two calendar months keep the same day-of-month two months later — anywhere from 59 to 62 days away. A fixed 60-day count usually lands a day or two earlier than the two-month date.

What weekday does it land on?

60 days = 8 weeks + 4 days, so the weekday advances four steps: Tuesday to Saturday, Friday to Tuesday. The top row shows the exact weekday for your start date.

How long is 60 business days?

Twelve weeks — 84 calendar days — counting Monday through Friday only. Holidays inside the window push a strict business-day deadline later still.