Business Days Calculator

Calculate business days (weekdays) between two dates excluding weekends. Useful for shipping estimates, project planning, and deadlines.

Built by Michael Lip

Frequently Asked Questions

What counts as a business day?

A business day is any day from Monday through Friday. Weekends (Saturday and Sunday) are excluded. This calculator does not account for public holidays, which vary by country.

How do I calculate business days between two dates?

Enter your start and end dates, then click Calculate. The result shows both total calendar days and the number of weekdays (business days) between the two dates.

Does the calculator account for holidays?

This calculator excludes weekends but does not exclude public holidays, since holidays vary by country and region. For precise business day counts, manually subtract any holidays that fall on weekdays.

What is 10 business days from today?

10 business days is typically 14 calendar days (2 weeks), assuming no holidays fall on weekdays. Enter today's date and the tool calculates the exact result.

How It Works

This tool runs entirely in your browser using vanilla JavaScript. No data is sent to any server. All conversions and calculations happen locally on your device, ensuring complete privacy.

EpochPilot uses the browser's built-in Intl.DateTimeFormat API and the IANA timezone database provided by your operating system. This means timezone conversions are always accurate, including Daylight Saving Time transitions.

Related Tools

Privacy

Everything runs locally in your browser. No timestamps, dates, or personal data are transmitted to any server. The source code is open on GitHub.

Contact

EpochPilot is built and maintained by Michael Lip. For questions or feedback, email [email protected].

๐Ÿ“Š Learn about common pitfalls in our Timestamp Bugs You'll Hit โ€” 15 real-world bugs documented