Detecting your season…
πŸ“… Date Difference Guide

Days Between Two Dates Calculator

Updated June 2026 Β· 5 min read Β· Free calculator included

Quick answer: Subtract the earlier date from the later date. Use our free Date Difference Calculator to get the result instantly in days, weeks, months, and years.

Counting days between two dates comes up constantly β€” deadlines, contracts, loan durations, travel planning, age calculations. This guide shows you how to do it manually, in Excel, and with a free calculator.

How to Calculate Days Between Dates Manually

Same year

Days = Day-of-year (End) βˆ’ Day-of-year (Start)

Example: March 15 to September 20 β†’ Day 263 βˆ’ Day 74 = 189 days

Across different years

Count days remaining in start year + full years in between (365 or 366 for leap) + days elapsed in final year.

Common Examples

PeriodApproximate Days
1 week7 days
1 month (average)30.44 days
1 quarter91 days
6 months182–184 days
1 year (regular)365 days
1 year (leap)366 days

How to Calculate in Excel

Basic subtraction:

= B2 - A2

Format the result cell as Number (not Date) to see the day count.

DAYS function (Excel 2013+):

= DAYS(B2, A2)

Working days only (excludes weekends):

= NETWORKDAYS(A2, B2)

Years, months, days with DATEDIF:

= DATEDIF(A2, B2, "D") β†’ days = DATEDIF(A2, B2, "M") β†’ complete months = DATEDIF(A2, B2, "Y") β†’ complete years

Calendar Days vs Working Days

Use caseWhich to use
Loan interest calculationCalendar days
Project deadlineWorking days
Age calculationCalendar days
Delivery estimateWorking days
Contract durationCalendar days (usually)

πŸ“… Count Days Between Any Two Dates

Get the result in days, weeks, months, and years. Works for past and future dates.

Open Date Difference Calculator β†’

Real-World Use Cases

Contract and notice periods

Many employment contracts specify a notice period in calendar days β€” typically 30, 60, or 90 days. If you hand in your notice on July 14, a 30-day notice period ends on August 13 (not "end of August"). Getting this wrong can mean leaving money on the table or creating a legal dispute. Calendar-day counting is the correct method here; the calculator removes any ambiguity.

Visa and passport validity

Travel visas are almost always expressed in calendar days from the date of entry, not in months. A 90-day Schengen tourist visa starting on March 1 expires on May 29 β€” not on June 1. Overstaying even by one day can trigger a ban. Use the calculator to pin the exact expiry date before you travel.

Loan interest and finance

Banks and lenders almost always use actual calendar days for interest calculations on personal loans, mortgages, and overdrafts. A loan issued on January 15 and repaid on April 10 covers 85 calendar days. Knowing the exact day count lets you verify interest charges on your statement.

Project management deadlines

Project timelines usually run on working days, not calendar days. If a client gives you a 20-working-day delivery window starting Monday July 7, the deadline is not July 27 β€” it is August 4, because weekends push it forward. Always use the working-days toggle when planning project milestones.

School term and exam countdowns

Students and parents use date-difference counting to track how many days remain until end-of-term exams, application deadlines, or results days. A count from today to your exam date helps structure a study plan β€” for example, "I have 47 days, so I can cover 2 topics per week."

How Months and Years Factor In

Months are not a fixed number of days β€” they range from 28 to 31. This creates confusion when people estimate how long a period is. Common mistakes:

The only reliable way to get an exact count is to subtract one date from the other using actual calendar math β€” which is exactly what the calculator does.

Converting Days to Weeks and Months

DaysWeeks (approx)Months (approx)
7 days1 week0.23 months
30 days4.3 weeks~1 month
60 days8.6 weeks~2 months
90 days12.9 weeks~3 months
180 days25.7 weeks~6 months
365 days52.1 weeks12 months

Frequently Asked Questions

Does the calculator include the start and end date?

For most purposes β€” duration between events β€” only one end is counted. Our calculator shows both options so you can choose the right convention for your use case.

How many days is 3 months?

Approximately 90–92 days depending on which three months you are counting. January + February + March = 90 days in a regular year (91 in a leap year). April + May + June = 91 days. Use the calculator to get the exact count between specific dates.

What is the difference between DATEDIF and DAYS in Excel?

DAYS simply returns the number of days between two dates. DATEDIF is more flexible β€” it can return complete months ("M"), complete years ("Y"), or days remaining after full months ("MD"), making it better for age calculations and contract durations.

Do leap years affect the count?

Yes, if your date range spans February 29 of a leap year, that extra day is included in the count. Our calculator handles this automatically. Recent and upcoming leap years: 2020, 2024, 2028, 2032.

What is the fastest way to count days between dates on a phone?

Open the Date Difference Calculator on timekitforall.com in any mobile browser. Enter the two dates and the result appears instantly β€” no app needed, no sign-up, works offline once the page has loaded.

How do I calculate working days excluding public holidays?

Our working-days toggle excludes weekends (Saturday and Sunday) but does not subtract public holidays, as these vary by country and region. For holiday-adjusted counts, subtract the number of public holidays within your date range from the working-days result.

Related articles

πŸ“… dates
Working Days in a Month
2026 full breakdown β†’
⏱ work hours
How to Calculate Work Hours
Timesheets and overtime β†’