📅Working Days Counter

Enter a start date and end date to count the number of business days between them, excluding weekends.

Working Days

— days
ItemDays
Total Calendar Days— days
Weekend Days (Sat & Sun)— days
Working Days (excl. weekends)— days

Business Days vs. Calendar Days — Why It Matters

Contracts, legal documents, and delivery notices frequently specify timeframes in "business days" rather than calendar days. A business day is any weekday that is not a weekend — typically Monday through Friday. This distinction matters significantly when a deadline falls across a weekend, adding two hidden days to any calendar-based calculation.

Common uses for a business days calculator:
1. Contract and delivery deadlines — "Delivery within 10 business days of order confirmation" requires counting only weekdays from the order date.
2. Legal response windows — Courts and regulatory agencies often specify timelines in business days (e.g., 30 business days to file a response).
3. Payroll and payment processing — Banks process transactions on business days only; knowing the exact count helps predict clearance dates.
4. Project sprint planning — Agile teams allocate sprint capacity in working days, not calendar days, to get realistic task estimates.
5. Shipping estimates — Online retailers quote dispatch and delivery times in business days; this tool lets you convert that to a real calendar date.
6. Leave planning — Employees can calculate how many working days fall in a vacation window to plan annual leave usage accurately.

This calculator iterates through each day in the selected range and checks whether it falls on a Saturday (day 6) or Sunday (day 0), excluding those from the working day count. Both the start and end dates are included. Public holidays vary by country and year and are not automatically excluded — subtract any known holidays from the result as needed.

Frequently Asked Questions

Q: Does this exclude public holidays?

A: No, only weekends (Saturday and Sunday) are excluded. Public holidays differ by country and year, so subtract any applicable holidays from the result manually.

Q: What if I enter the end date before the start date?

A: The calculator automatically swaps the dates and computes the correct result regardless of input order.

Q: If I enter the same date twice, what is the result?

A: If the date is a weekday it counts as 1 working day; if it is Saturday or Sunday it counts as 0.