Days Between Dates Calculator
The days-between-dates calculator counts the exact number of days between any two dates, and also shows the result in weeks, months, years and business days.
verified_userReviewed by the Calculopedia editorial teamLast updated 2026-08-14
Embed on your site
Embed this calculator on your site:
<iframe src="https://calculopedia.darzh.xyz/embed/days-between-dates/" width="100%" height="700" style="border:0;border-radius:12px" loading="lazy"></iframe>
quizExample
How this calculator works, with real numbers (no JavaScript needed):
Inputs
- Start date
- 2026-01-01
- End date
- 2026-08-14
Results
- Days between
- 225
- In weeks and days
- 32 weeks 1 day
- Whole weeks
- 32
- Remaining days
- 1
- Business days
- 162
- Approx. months
- 7.4
- Approx. years
- 0.6
functionsThe formula
Counting the days between two dates is a common need — for deadlines, project timelines, leave balances, notices, or simply "how many days until that trip?" This calculator gives you the precise calendar-day count plus several handy breakdowns in one screen.
How the day count works
The calculator computes the exact difference in calendar days between the two dates, handling month lengths and leap years automatically. You can enter the two dates in either order — the result is always returned as an absolute, positive count, so you never have to worry about which one comes first.
Worked example
From 1 January 2026 to 14 August 2026:
- Days between = 225 days
- That's 32 whole weeks and 1 day (225 ÷ 7 = 32 remainder 1)
- Roughly 7.4 months or 0.6 years
- Business days (Monday–Friday) = 162
Weeks, months and years breakdowns
- Whole weeks + remaining days is the natural human way to talk about medium-length gaps — "32 weeks and 1 day" is far more readable than "225 days."
- Approximate months and years are given to one decimal place, derived by dividing the day count by roughly 30.44 (the average length of a month across a 365-day year). Treat these as ballpark figures, not calendar-precise months — a true "3 months" depends on which three months, since they can contain 89 to 92 days.
- Business days count only Monday–Friday, skipping the weekend. This is the figure most people actually need for work deadlines, court and bank processing, supply and delivery promises, and professional notice periods. Note that it does not subtract public holidays, which vary by country, state and even city — if you need a fully holiday-free count, adjust the result manually.
Inclusive vs exclusive counting
There are two legitimate ways to count days between dates, and confusing them is a classic source of contract disputes:
- Exclusive (gaps) — the count of days between two dates, excluding both endpoints. From 1 January to 5 January this is 4 days (Jan 2, 3, 4, 5).
- Inclusive (spans) — counting both the start and end date, which adds 1 to the exclusive count. So "5 days from 1 January" in a contract means 1–5 January, five dates inclusive.
This calculator returns the exclusive (gap) count. If your context is inclusive — common in contracts, vouchers and medical courses — just add 1 to the result.
Uses
- Deadline and notice management — from legal notices ("with 30 days' notice") to assignment submissions
- Leave and absence balances — for HR and personal tracking
- Project scheduling — estimating duration between milestones
- Countdowns and planning — "days until" events, trips and renewals
- Interest and tenure calculations — where the exact day count determines the final figure
Historical note
Day "counting" has been essential ever since calendars kept records; ancient cultures tracked the days between religious festivals and astronomical events, and the same fundamental need — measuring an exact gap in days — drives everything from harvest schedules to modern loan interest.
helpFrequently asked questions
question_markHow many days are between two dates?
Enter the two dates in the calculator and it counts the exact calendar days between them, handling leap years and month lengths automatically.
question_markHow do I count business days between two dates?
This calculator counts Monday–Friday as business days. Public holidays vary by state and are not subtracted, so adjust for them if needed.
question_markHow many weeks is that in total?
The calculator divides the day count by 7 to show whole weeks, with the leftover days shown separately.