Calculator
What the Business Days Calculator does
Business Days Calculator: calculates Working days from Start date and End date. Example: start date 2026-09-06 and end date 2026-12-31 gives working days 84.
Feed it Start date and End date; it hands back Working days. Everything recomputes live, which makes it easy to test a few scenarios in a row.
Calendar arithmetic is deceptively easy to get wrong by a day. The Business Days Calculator exists to take that particular chore off your hands.
Your data stays on your machine. Once the page has loaded you could disconnect entirely and it would still work.
Below the tool you will find the field reference, the method, and an example computed from the values it opens with.
What do the Business Days Calculator fields mean?
The Business Days Calculator uses 2 inputs. The fields arrive populated, which makes it easy to nudge a single figure and watch what moves.
| Field | What to enter | Default |
|---|---|---|
| Start date | pick a calendar date | 2026-09-06 |
| End date | pick a calendar date | 2026-12-31 |
How does the Business Days Calculator work?
Each output is derived from the inputs above in a single pass; there is no hidden state carried between runs, so the same inputs always give the same calculation.
Inputs are validated before anything is computed, so a bad entry is reported rather than quietly producing a wrong answer.
Worked example
These are the values the Business Days Calculator loads by default, and the result it produces from them. The numbers below come straight from the default inputs, so you can verify them against the live tool.
| Start date | 2026-09-06 |
|---|---|
| End date | 2026-12-31 |
| Working days | 84 |
|---|
Worth knowing about working days between two dates
This calculator counts Monday-through-Friday days only. It has no knowledge of public holidays, because holiday calendars vary by country, region and even by industry, and hard-coding any single one of them would silently give wrong answers to everyone using a different calendar.
Conventions and limitations
- If your actual use case needs holidays excluded (a legal deadline, a payroll cutoff, a service-level agreement) subtract the specific known holidays from this result manually. Treat the number here as "weekdays only," not "true business days," for any particular jurisdiction.
- Countries and industries also disagree on which days form the weekend. This calculator assumes the common Saturday-Sunday weekend, which does not apply everywhere, several Middle Eastern countries, for example, treat Friday-Saturday as the weekend.
- Whether the start and end dates themselves are counted depends on convention. This tool includes both endpoints when they fall on a weekday, which matters if you are calculating an exact deadline rather than an approximate span.
How to use it
- Select Start date from the date picker.
- Select End date from the date picker.
- The results panel stays in sync with the form as you edit it.
- Look at Working days in the output panel.
- To keep the result, either copy the link or print the page. Both preserve what is on screen.
What this tool does not do
- Time zone and daylight-saving rules change by jurisdiction and by year.
- Calendar months have unequal lengths, so "one month" is not a fixed number of days.
- Precision beyond what the inputs justify is not meaningful, however many digits appear.
Frequently asked questions
2 things: Start date and End date. Defaults are loaded for all of them, so you can change one value at a time and watch how the result responds.
With the values loaded when the page opens, working days comes out as 84. Try changing one value. The answer refreshes without a page reload.
Not at all: the whole thing runs offline once the page has loaded, which tells you nothing is being sent.
It is free with no conditions: no sign-up, and no limit on how often you use it.
It is exact within the stated method. Anything the method does not model is simply out of scope.