$> Kaya
~/tools/business-days-calculatorinteractive
/tools/business-days-calculator

Business Days Calculator

Use this business days calculator to count working days between two dates. It separates business days from weekend days and lets you choose whether to include the start date.

~/tools/business-days-calculatordate -v+Mon-Fri
business days
11
weekend days
4
total days
15
~/tools/business-days-calculator/examplesusage.txt

Example Usage

  • Calculate how many business days fall between two project dates.
  • Separate weekend days from weekdays for SLA or payroll checks.
  • Toggle whether the start date should count in the final total.
~/tools/business-days-calculator/guideREADME.md

Business Days Calculator Explained

A business days calculator counts how many weekdays fall inside a date range while excluding weekends. This is useful for project planning, delivery windows, HR workflows, support SLAs, and any process that runs on working days instead of calendar days. Manual counting gets tedious quickly, especially when the range spans multiple weeks. This tool takes a start date and end date, then returns business days, weekend days, and total days in the range. It also includes an option to count or skip the start date, which helps match different business rules. For date-range planning and operational work, that makes it much more reliable than eyeballing a calendar.

~/tools/business-days-calculator/faq3 items

FAQ

Does this business days calculator exclude weekends automatically?

Yes. Saturdays and Sundays are counted separately from business days.

Can I include the start date?

Yes. There is an option to include or exclude the start date based on your counting rule.

Does it account for public holidays?

Not yet. The current version handles weekdays versus weekends only.

~/tools/business-days-calculator/related5 links
~/tools/business-days-calculator/linksinternal