Are weekends excluded?
Yes. Saturday and Sunday are not counted.
Count Monday–Friday working days between two dates for deadlines, delivery estimates, and SLA windows.
Enter start and end dates, then choose whether the end date is included in the count.
How to use Business Days Calculator, plus the formulas and logic behind the results.
The Business Days Calculator counts weekdays between two dates. It supports inclusive or exclusive end dates so you can match common deadline and SLA conventions.
for each date d from start..end: count if weekday (Mon–Fri)if include_end = no: iterate only through end − 1 dayCounting rules
Dates are walked day by day. Each date with ISO weekday 1–5 increments the counter. If end is before start, the range is swapped so the count stays non-negative.
This calculator excludes weekends only. Company or regional public holidays are not subtracted automatically.
Common questions about this calculator and how to use the results.
Yes. Saturday and Sunday are not counted.
Not automatically. Adjust manually if your region has public holidays.
Yes counts both endpoints when they are weekdays. No stops before the end date.
With include end = Yes, the count is 1. With No, the count is 0.
If end is earlier, the tool swaps the range and still returns a positive weekday count.
Similar to NETWORKDAYS without a holiday list.
This tool counts whole business days, not hours within a day.
Monday through Friday.