Working Days Calculator

YYYY-MM-DD

YYYY-MM-DD

Formula
Count Mon–Fri days in the date range (holidays not excluded)

Iterate through each day in the range and count days with getDay() returning 1–5 (Monday through Friday). Public holidays are not accounted for.

Loading calculator…
TL;DR

Count Monday-to-Friday working days between two dates. Public holidays are not excluded, so adjust the count manually for your locale.

Enter a start and end date to count how many Monday-to-Friday working days fall between them. Returns working days, weekend days, and total calendar days. Public holidays are not excluded, so subtract them manually for your country and region.

Working days calculations are common for project deadlines, notice periods, delivery estimates, and payroll. This calculator counts Monday-to-Friday days in any date range. It does not exclude public holidays, so deduct those manually for your country and locale.

You came here because

Common situations

  • Project deadlines: Determine how many business days are available to complete a task.
  • Notice periods: Calculate when a notice period of 20 or 30 working days ends.
  • Delivery lead times: Estimate delivery dates when suppliers quote in business days.
  • Payroll: Count paid working days in a month for pro-rated salary calculations.

Under the hood

How the calculation works

  1. 1Enter a start date and end date.
  2. 2The calculator steps through every calendar day in the range.
  3. 3It counts days where day-of-week is Monday through Friday.
  4. 4Saturday (day 6) and Sunday (day 0) are counted separately as weekend days.
  5. 5Both start and end dates are included in the count.

Show me

A real example

Example: January 5–16, 2026 (2 full weeks)

  1. 1Jan 5 (Mon) to Jan 16 (Fri) = 2 full work weeks
  2. 2Working days = 10
  3. 3Weekend days = 4 (Jan 11, 12, 18, 19; range ends at 16)
  4. 4Total calendar days = 12
Result: 10 working days, 4 weekend days, 14 total calendar days. Subtract any public holidays.

Watch out for

What can go wrong

  • Forgetting to subtract public holidays: The calculator counts weekdays only. Public holidays are not removed automatically. Subtract them after getting the count for your country and region.
  • Using calendar days instead of working days for deadlines: A 30-day contract clause and a 30-working-day clause end on very different dates. Check which the document specifies before calculating.
  • Including the start date as a full day: Both start and end dates count if they fall on weekdays. If your deadline starts from the day after signing, shift the start date by one.
  • Ignoring part-time or regional schedules: This calculator uses Monday-to-Friday. If your team works a four-day week or follows a different regional schedule, adjust the count manually.

Glossary

Related concepts

TermDefinition
Business dayA day when normal business operations occur, typically Monday through Friday, excluding public holidays.
Public holidaysOfficial non-working days set by government. These vary by country and region. This calculator does not exclude them.
T+2 settlementA finance convention meaning a transaction settles 2 working days after the trade date.

Make it better

Pro tips

  • Check your jurisdiction's public holiday list: Most countries publish official public holiday calendars. Download the list for the current year, count how many fall in your date range, and subtract them from the working-day total.
  • Use it to reverse-engineer a target date: If you need a date that is 20 working days from today, set today as start and shift the end date until the count hits 20. That end date is your deadline.
  • Combine with the date-difference calculator: Use date-difference to get the full calendar-day count, then this calculator to get working days. The gap between the two tells you how many weekend days fall in the range.
  • Add a buffer for team-specific days off: If your company observes extra holidays or office closures, subtract those from the total after running the calculator. Build this buffer into project timelines by default.

Common questions

Frequently asked questions

For related calculations, try the Date Difference, Age Calculator, or Time Converter. Browse all Calculator Online calculators for the full catalog.

Methodology

This calculator uses the standard working days calculator formula. Results match those from established financial, scientific, and health references.

Reviewed by

Calculator Online Editorial Team. All formulas verified against authoritative sources before publication.

Last updated

2026-01-15