Date Difference Calculator
From January 1 to February 15, 2026 there are 45 days, which is 6 weeks and 3 days. This date difference calculator gives you that answer for any two dates. Enter a start date and an end date, and the tool shows the total in days, weeks, months, and years. It is useful for tracking deadlines, planning projects, calculating age differences, or counting down to events. Calendar math looks simple until a date range crosses February, a leap year, or a year boundary, and hand-counted results start drifting off by a day or two. This tool avoids that by working with real calendar dates instead of a flat 30-day month assumption, so a range from January 31 to March 1 comes out correctly even though the months involved have different lengths.
Quick answer
The default count excludes the end date. Use the checkbox to include it if you need both endpoints counted.
What this tells you
- •The default count excludes the end date. Use the checkbox to include it if you need both endpoints counted.
- •Months and years are calculated using calendar logic, not flat 30-day months, so February and leap years are handled correctly.
- •The end date must be after the start date. The calculator returns a validation message if the end date is not later.
- •Weeks and days are derived by dividing total days by 7, with the remainder shown as extra days.
- •The years-months-days breakdown always adds up to the same total span as the plain day count, just expressed in larger units.
How to Use
- 1Select a start date.
- 2Select an end date that is later than the start date.
- 3Optionally check the box to include the end date in the count, which adds one extra day to every result.
- 4Review the results showing total days, weeks and days, months and days, and a full breakdown in years, months, and days.
- 5Use the years-months-days result for age-style reporting, and the plain day count for deadline or duration tracking.
How It Works
Formula
Total days = end date - start date (in days)
If including end date: total days + 1
Weeks = total days / 7 (remainder = extra days)
Months and years use calendar-based logic, not fixed 30-day months.The calculator counts the number of complete days between the two dates. By default, it excludes the end date from the count, which is the standard convention for date ranges. When you check the include option, one extra day is added. Months are calculated using actual calendar months, so February and March boundaries are handled correctly instead of assuming every month is 30 days. The year breakdown is derived from the total months, dividing by 12 to get whole years and keeping the remainder as leftover months.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Example 1: Simple Date Range
From January 1 to February 15 is 45 days (excluding the end date). That equals 6 weeks and 3 days, or 1 month and 14 days.
Example 2: Including End Date
March 1 to March 31 is normally 30 days. Including the end date adds 1, giving 31 days, the full month of March. That equals 4 weeks and 3 days, or 1 month and 0 days.
Example 3: A short year-end range
December 25 to January 5 crosses the year boundary, but the calendar-based logic still counts it correctly as 11 days, or 1 week and 4 days, since the calculation compares full dates rather than resetting at December 31.
Example 4: A leap-year February span
2024 is a leap year, so February has 29 days. February 1 to March 1 comes out to 29 days, or 4 weeks and 1 day, exactly 1 calendar month with no leftover days.
Example 5: A full calendar year
A full year from June 1 to June 1 the following year is 365 days, since 2025 to 2026 does not include a leap day. The years-months-days breakdown shows this as exactly 1 year, 0 months, and 0 days.
Common Date Range Lengths
Typical span lengths and how they convert across units.
| Span | Approx. days | Weeks & days |
|---|---|---|
| 1 month | 28 to 31 days | 4 weeks, 0 to 3 days |
| 1 quarter | 90 to 92 days | 12 weeks, 6 to 8 days |
| 6 months | 181 to 184 days | 25 to 26 weeks |
| 1 year | 365 or 366 days | 52 weeks, 1 or 2 days |
Exact totals depend on which specific months and whether a leap year is included, which is why the calculator computes the real dates instead of using these averages.
Why include or exclude the end date matters
Date ranges can be counted two different ways depending on the situation. Excluding the end date, the default here, answers questions like how many nights between two dates or how many days until an event. Including the end date answers questions like how many calendar days a span covers in total, such as counting every day of a full month.
Both conventions are used in real scheduling and reporting, which is why this calculator makes the choice explicit with a checkbox rather than picking one silently. Getting this detail wrong is one of the most common sources of off-by-one errors in manual date math.
Common mistakes
- Entering the end date before the start date, which the calculator flags as invalid rather than returning a negative count.
- Forgetting whether the count includes or excludes the end date, which shifts every result by exactly one day.
- Assuming all months have 30 days when estimating manually, which drifts further off the longer the date range is.
- Confusing calendar months with 4-week blocks. A calendar month is not always 4 weeks, since most months run longer than 28 days.
- Not accounting for leap years when counting across February, which changes February's length from 28 to 29 days.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="date-difference-calculator" async></script>Preview the embed at /embed/date-difference-calculator/.