Free Online Days Between Dates Tool

A days-between tool returns elapsed days between two ISO 8601 dates, plus equivalent counts in weeks, months, years and Monday-to-Friday business days.

Your data is processed entirely in your browser and never sent to any server.

Instant results 100% private No signup needed
Total days
1
Business days (Mon–Fri)
1
Weeks and days
0w 1d
Approx. months and days
0m 1d
Years, months and days
0y 0m 0d

How to Use This Tool

  1. Pick a start date and an end date with the date pickers.
  2. Toggle inclusive on if you want both endpoints to count as days.
  3. Read total days, weeks-and-days and business-day counts in the result panel.
  4. If end is before start, the tool shows absolute differences and flags the reversal.

What Is a Days Between Dates?

Counting days between two dates sounds trivial until you pick a convention. Inclusive counts both endpoints — a Monday-to-Friday contract spans 5 days. Exclusive treats the gap as elapsed time, so Monday to Friday is 4 days later. Spreadsheets, legal contracts and HR systems disagree on which to use, so this tool exposes the toggle and labels each result.

HR teams compute leave entitlements; finance teams calculate interest-accrual periods; project managers measure how long a feature actually took from start to ship. Alongside the raw day count, the result shows weeks-and-days (30 days as 4w 2d), an approximate months-and-days view, a formal years-months-days breakdown and the count of Monday–Friday business days. Business days here exclude weekends only — public-holiday handling lives in the Work Days Calculator.

All arithmetic happens locally using the native Date object. Nothing is sent to a server, and there is no cap on the date range — the tool handles dates centuries apart without trouble.

Frequently Asked Questions

What is the difference between inclusive and exclusive?
Inclusive counts both the start and end date as full days (Mon to Fri = 5). Exclusive treats the difference as elapsed time (Mon to Fri = 4). The toggle lets you match the convention your spreadsheet or contract uses.
How are business days counted?
Business days are the weekdays (Monday–Friday) between the two dates. This count does not exclude public holidays — use the Work Days Calculator if you need that.
What if the end date is before the start?
The tool shows the absolute difference and notes that the dates are reversed, so you don't get confusing negative results.

Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.

Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.

Related Date & Time