Weeks Between Two Dates
Calculate the number of full weeks and remaining days between any two dates.
Quick answer
To calculate weeks between two dates, count the days between the dates and divide by seven. Any remainder is shown as extra days.
How the calculation works
The most reliable way to calculate weeks between two dates is to first calculate the difference in days. Once you know the number of days, divide it by seven to get full weeks. The remainder is the number of extra days that do not form a complete week.
For example, a period of 45 days equals 6 full weeks and 3 extra days. This is often more useful than saying “about a month and a half”, because it gives a precise planning unit.
Common use cases
Weeks-between calculations are useful for project timelines, pregnancy tracking, school assignments, shipping windows, employee onboarding, subscription periods and countdowns to events. A weekly view is simple enough to understand but more precise than months.
Project managers often estimate work in weeks because tasks rarely align perfectly with calendar months. A four-week development cycle, for example, can start on any date and still maintain a consistent duration.
Things to watch for
Date calculations can be inclusive or exclusive depending on the context. If you count from Monday to the following Monday, many systems report seven days, or one full week. But if a business says “including both start and end dates”, it may count eight calendar dates. Always check the rule your situation uses.
Time zones can also matter when dates are converted from timestamps. This calculator treats the entered dates as calendar dates, which is usually what people expect for planning.
Example calculation
If a project starts on March 4 and ends on April 18, count the total number of calendar days first. Then divide by seven to find full weeks and keep the remainder as extra days. This gives a result that is easier to schedule than a rough month estimate.
This method works well for contracts, school terms, product launches and travel countdowns because a week is always seven days. It avoids the inconsistency of month lengths.
Inclusive vs exclusive counting
Some contexts include both the start and end dates, while others measure the elapsed time between dates. Always check the rule that applies before using a date calculation for official deadlines.
Use the week calculator or browse the current year week calendar.
FAQ
Is the end date included?
This tool calculates the calendar-day difference between dates. For legal or contractual use, check whether inclusive counting is required.
Why use weeks instead of months?
Weeks are always seven days, while months vary from 28 to 31 days. Weeks are often more consistent for planning.
Related guides
What Week Is It Today?
Find the current ISO week number and see how week numbers help with planning.
Week Number Today
See today’s ISO week number and how it applies to schedules, reports, and planning.
ISO Week Number Explained
A clear explanation of ISO weeks, week-years, and the rule that defines week 1.