Date Math Guide
Business Day Calculations
Business days (also called working days) exclude weekends. They are commonly used for shipping estimates, project deadlines, legal deadlines, and financial settlement dates. Most industries consider Monday through Friday as business days.
- Shipping: "5 business days" means 5 weekdays, which could be 7 calendar days.
- Legal deadlines: Court filing deadlines often use business days, excluding weekends and court holidays.
- Financial: Stock market settlement (T+2) counts business days only.
Common Date Ranges
| Period | Days |
|---|---|
| 1 week | 7 days (5 business) |
| 1 month | 28-31 days (~22 business) |
| 1 quarter | 90-92 days (~65 business) |
| 1 year | 365-366 days (~261 business) |
Tips for Date Math
- When a deadline says "within 30 days," clarify whether that means calendar days or business days.
- International date formats vary: US uses MM/DD/YYYY while most other countries use DD/MM/YYYY.
- Time zones can affect date calculations when working across regions.
Note: Business day calculations exclude weekends but do not account for public holidays, which vary by country and region.
Date Arithmetic Gotchas
Date calculations break on calendar edge cases. Leap years add February 29 only in years divisible by 4, except century years not divisible by 400 — so 1900 was not a leap year but 2000 was. Microsoft Excel famously includes a fictional February 29, 1900 to maintain Lotus 1-2-3 compatibility, a bug still present in 2024 that offsets date serials by 1 before March 1, 1900 (Microsoft KB 214326).
Daylight Saving Time erases or duplicates hours. Spring-forward skips 2:00-3:00 AM (losing 23-hour days); fall-back repeats 1:00-2:00 AM. Airlines, scheduling systems, and financial settlements must handle these 48 transitions per year carefully — a 2014 FTC study found DST transitions cost U.S. businesses $1.7 billion in productivity and scheduling errors annually. Hawaii, Arizona (except Navajo Nation), and overseas territories skip DST entirely.
ISO 8601 format (YYYY-MM-DD) avoids ambiguity. 03/04/2024 means March 4 in the U.S. but April 3 in most of the world — a 2019 Zapier integration survey found date-format mismatches caused 7.3% of all international workflow failures. Unix timestamps (seconds since Jan 1, 1970 UTC) solve this by representing all dates as integers, though 32-bit systems still face the 'Year 2038 problem' when the counter overflows on Jan 19, 2038 — a concern for embedded devices still in production.
Sources: Microsoft KB 214326, FTC DST productivity study, ISO 8601 standard
Methodology & Assumptions
This calculator implements standard formulas drawn from primary-source authorities. Values are point-in-time estimates; consult a licensed professional for high-stakes decisions. See the per-input definitions and source citations below.
How this works
Computations are deterministic and run client-side — no inputs leave your
browser. Formulas are derived from
standard published formulas for the calculator's domain (mortgage,
taxes, energy, conversions, etc.). When the underlying agency publishes
updated rates or thresholds we refresh defaults and update the page's
lastmod timestamp.
| Input | Default | Source / authority |
|---|---|---|
| All inputs | Domain-typical defaults | Editorial methodology, CalcMesh 2026 |