60 Day Calculator
Calculate the exact date 60 days from today or any start date. Includes business days, weekends, and holidays breakdown.
About
Miscounting a 60-day deadline leads to missed court filings, expired insurance claims, and contract breaches. Manual counting across month boundaries - especially February in leap years - is where errors cluster. This calculator performs exact date arithmetic by computing dresult = dstart + 60 calendar days, then breaks the interval into business days (excluding weekends) and optionally flags U.S. federal holidays. It handles Daylight Saving Time transitions and leap-year edge cases that spreadsheet formulas routinely get wrong.
The tool assumes the Gregorian calendar and counts the start date as Day 0 (the target lands on Day 60). For legal contexts, verify whether your jurisdiction counts the filing date as Day 1. Pro tip: if your 60-day deadline falls on a weekend or holiday, many jurisdictions extend it to the next business day - this calculator shows you exactly when that is.
Formulas
The target date is computed by pure calendar-day addition:
Business days within the interval exclude Saturdays and Sundays:
Where Dstart = the chosen start date, Dtarget = the resulting date 60 calendar days later, B = count of business days in the interval, and dayOfWeek returns 0 (Sunday) through 6 (Saturday). Week count is 607 = 8 full weeks and 4 extra days.
Reference Data
| Common 60-Day Scenario | Start Date Example | Target Date | Business Days | Notes |
|---|---|---|---|---|
| New Year period | Jan 1 | Mar 2 (Mar 1 leap yr) | ~42 | Includes MLK Day, Presidents' Day |
| Tax season | Feb 15 | Apr 16 | ~43 | Watch for Easter Monday |
| Spring filing | Mar 1 | Apr 30 | ~43 | No major holidays typically |
| Q2 deadline | Apr 1 | May 31 | ~43 | Memorial Day may fall in range |
| Mid-year | May 1 | Jun 30 | ~43 | Memorial Day included |
| Summer period | Jun 1 | Jul 31 | ~42 | Independence Day (Jul 4) |
| Mid-summer | Jul 1 | Aug 30 | ~43 | No major holidays typically |
| Back-to-school | Aug 1 | Sep 30 | ~42 | Labor Day included |
| Fall quarter | Sep 1 | Oct 31 | ~42 | Columbus Day may apply |
| Q4 start | Oct 1 | Nov 30 | ~42 | Veterans Day, Thanksgiving |
| Holiday season | Nov 1 | Dec 31 | ~41 | Thanksgiving, Christmas |
| Year-end | Dec 1 | Jan 30 | ~42 | Christmas, New Year's Day |
| Leap year Feb | Jan 31 | Mar 31 | ~43 | Feb has 29 days in leap years |
| Non-leap Feb | Jan 31 | Apr 1 | ~43 | Feb has 28 days; lands in April |
| DST spring forward | Mar 5 | May 4 | ~43 | Clocks spring forward mid-range |
| DST fall back | Oct 5 | Dec 4 | ~42 | Clocks fall back mid-range |