Business Days Calculator
Counts the number of business days (Monday through Friday, inclusive of both endpoints) between two dates. Enter the dates separated by a comma, like "2024-01-01,2024-01-07".
Counts the number of business days (Monday through Friday, inclusive of both endpoints) between two dates. Enter the dates separated by a comma, like "2024-01-01,2024-01-07".
Use cases
- Estimating how many working days a shipment or task will take
- Calculating a project deadline that skips weekends
Examples
One full week
2024-01-01,2024-01-07
{"business_days": 5}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.