How to Use This Tool
Count the business days between two dates, or add business days to one. Both counting conventions are shown, because the phrase people use does not distinguish them.
The ambiguity, stated plainly
"Five business days from Monday" can mean:
- Counting Monday as day one — Mon, Tue, Wed, Thu, Fri, so it lands on Friday.
- Counting from Tuesday — Tue, Wed, Thu, Fri, then the next Monday.
Both are used in practice. Shipping estimates usually mean the second, because the day you order is not a day of transit. Legal notice periods often mean the second too, and sometimes say "clear days" to make it explicit. SLAs vary and frequently do not say.
If a date matters, the fix is not to pick the right convention but to write the date down. "Within five business days (by Friday 14 August)" cannot be misread by anyone.
Counting between two dates
The same problem appears at both ends. Monday 10 August to Friday 14 August is 5 business days if you count both ends, and 4 if you count neither. Monday 10 to Monday 24 is 11 inclusive, because both Mondays are counted — which surprises people expecting 10 for two working weeks.
Why holidays are your input, not ours
There is no universal list. Public holidays differ by country, by region within a country, and sometimes by industry or company. England and Scotland differ; US federal holidays are not the same as state ones; many companies add days that no government declared.
Some countries also move a holiday falling on a weekend to the following Monday, and others do not. A tool that shipped one built-in list would be wrong for most users while looking authoritative, so this takes yours and only subtracts holidays that fall on working days.
Weekends are not always Saturday and Sunday
Much of the Middle East uses Friday and Saturday, and some countries use Friday alone. The weekend selector covers the common cases. If your team works a non-standard pattern — four days, or shifts — the concept of a business day may not apply cleanly at all, and counting calendar days with an explicit deadline is usually clearer.
