Counting Working Days Between Two Dates
In Count mode, AnyTool Working Days Calculator reports how many working days fall between a start and an end date using the inclusive NETWORKDAYS convention: both the start and the end date are counted, so a Monday-to-Friday range is five working days. A pure, clock-free engine walks the span one calendar day at a time and tallies a day as working when its weekday is in the working week you selected and the date is not in your holiday list; everything else is counted as a non-working (weekend) day. The page decides what “today” is for the default date and hands plain calendar dates to the engine, which does all arithmetic in UTC to stay immune to daylight-saving shifts. Reversed dates are detected and swapped before counting.
- Both start and end dates are counted (NETWORKDAYS-style)
- A day counts when its weekday is in your working week
- Holidays on a working day are excluded from the total
- Non-working days are reported separately
- Engine is clock-free and unit-testable — the page supplies the dates
