What this business days calculator does
This tool solves two common planning problems: counting the number of business days between two dates and shifting a date forward or backward by a specific number of working days. It excludes weekends by default and can also exclude observed US federal holidays. The result is suitable for project timelines, invoicing terms, operations planning, and service-level agreements that are written in business-day language.
How business-day logic works
Calendar days and business days are not interchangeable. Business-day rules skip Saturdays and Sundays, and often skip recognized public holidays. This means short deadlines around long weekends can be very different from calendar-day counts. In operations teams, this difference affects delivery targets, legal response windows, and payment obligations.
Count mode vs add/subtract mode
In count mode, the calculator returns total days, business days, weekend days, and optional holiday days for a date range. In add/subtract mode, it finds the target date after moving a set number of business days. This is useful for statements like "issue a response within 7 business days" or "pay invoice in 15 business days."
Inclusive vs exclusive date handling
Inclusive counting includes the end boundary in the range. Exclusive counting measures only the days between boundaries. Different industries and contract templates use different rules. If your SLA, MSA, or procurement policy specifies "inclusive" counting, enable that option before finalizing a deadline.
US holiday handling
When holiday exclusion is enabled, observed US federal holiday dates are removed from business-day totals. Observed dates matter because if a holiday lands on a weekend, offices typically observe it on an adjacent weekday. This calculator reflects that behavior to produce a more operationally accurate output.
Practical use cases
- Accounts receivable and invoice due-date forecasting.
- Customer support SLA commitments measured in business days.
- Project milestone planning with weekday-only execution windows.
- HR onboarding and payroll processing timelines.
- Legal or compliance response windows that exclude weekends.
Sources and references
- U.S. Office of Personnel Management: Federal holiday schedule.
- NIST: Calendar and date/time standards references.
- ISO 8601 date representation principles for unambiguous formatting.