From 1 March to 3 March is two days exclusive or three inclusive. Learn which convention applies to deadlines, invoices, contracts and working-day calculations.
Two competent people, given the same pair of dates, will give you different day counts. Not because one made a mistake, because they are answering slightly different questions and neither said which.
This is the most consequential ambiguity in everyday date arithmetic. It is worth about a day, and a day is frequently the difference between meeting a deadline and missing it.
The two counts
Exclusive counting measures the interval between two dates. From 1 March to 3 March is two days: the gap you would wait. Subtract one date from the other and this is what you get. It is what computers do by default and what most calculators report without comment.
Inclusive counting counts both dates as whole days you occupy. From 1 March to 3 March is three days: the 1st, the 2nd, and the 3rd. It is always exactly one more than the exclusive count.
The relationship is simple and worth memorising:
inclusive = exclusive + 1
Our Date Difference Calculator reports both, labelled, so the question never has to be guessed at.
Which one is meant, by context
There is no universal answer, but there are strong conventions by domain.
| Context | Convention | Reasoning |
|---|---|---|
| Days until an event | Exclusive | You want waiting time, not a tally of dates |
| Annual leave | Inclusive | First and last day are both days off |
| Hotel nights | Exclusive | Nights, not days, check-in to check-out |
| Hotel days / car hire | Inclusive | The rental day is a unit of possession |
| Project task duration | Inclusive | A one-day task starting and ending Monday is one day |
| Interest accrual | Exclusive | Interest is earned over elapsed time |
| Visa allowance | Inclusive | Entry and exit day usually both count |
| Age | Exclusive | You are nought days old the day you are born |
| Statutory notice | Varies | Frequently defined explicitly in the rules |
The last row is the one that matters. Where a rule matters legally, well-drafted documents say which they mean, “30 days, excluding the date of service” or “30 clear days” or “30 days beginning with the date of receipt”. Each of those phrases specifies a different count, which tells you the drafters knew the ambiguity was real.
The vocabulary that resolves it
Legal drafting has evolved specific phrases to remove the ambiguity. Recognising them saves a great deal of guessing.
- “Clear days” excludes both the first and last day. Thirty clear days from the 1st runs to the 31st with neither endpoint counted.
- “Beginning with” is inclusive of the start date. Thirty days beginning with 1 March ends on 30 March.
- “From” is usually exclusive of the start date, though this has been litigated often enough that careful drafters no longer rely on it alone.
- “Within” typically means the deadline is the last moment of the final day, not the start of it.
- “Not less than” applied to notice periods generally requires that the specified number of clear days fall between the notice and the event.
If your document uses none of these and simply says “30 days”, the safest interpretation is the earlier of the two candidate deadlines. Being a day early costs nothing; being a day late can cost the whole thing.
When exclusive is almost certainly right
- You are asking "how long until…"
- Interest, rent or a fee accrues over the period
- You are measuring an age or an anniversary
- The document says "clear days" or "excluding"
- A computer produced the number and nobody adjusted it
When inclusive is almost certainly right
- You are counting days of possession, occupation or absence
- A person is being paid or charged per day
- The period appears on a project plan or Gantt chart
- The document says "beginning with" or "inclusive"
- Someone counted the dates off a wall calendar by hand
The third family: day-count conventions in finance
There is a whole set of answers that neither inclusive nor exclusive counting produces. Financial instruments use day-count conventions, agreed rules about how many days a period contains and how many days a year contains, chosen for computational convenience rather than accuracy.
| Convention | Days in period | Days in year | Typical use |
|---|---|---|---|
| Actual/Actual | Real | Real (365 or 366) | Government bonds |
| Actual/365 (Fixed) | Real | Always 365 | Sterling money markets, many loans |
| Actual/360 | Real | Always 360 | US and euro money markets |
| 30/360 | Every month = 30 | Always 360 | Corporate bonds, some mortgages |
| 30E/360 | Every month = 30, European variant | Always 360 | European bonds |
Two of these deserve a closer look because their consequences are counter-intuitive.
Actual/360 counts real days but divides by 360. Because a year has 365 or 366 real days, this systematically produces more interest than the stated annual rate implies, about 1.4% more. It is not a trick; it is a documented convention, and it is why the effective rate on an Actual/360 loan is slightly above its nominal rate.
30/360 flattens the calendar entirely. Every month has 30 days, so 31 January to 28 February is 28 days while 1 January to 1 February is 30. The same instrument, two different periods, both correct under the rule.
If you are reconciling an interest figure and the numbers are close but not equal, the day-count convention in the contract is almost always the reason. Our calculator reports real calendar days, the “Actual” family, so a discrepancy of a few days against a 30/360 statement is expected rather than an error.
Weekends, holidays and business days
A fourth answer exists when only working days count. “Ten business days” is not ten days; it is fourteen calendar days at minimum, sixteen if a public holiday falls inside, and more if the span starts on a Friday.
The conversion rule of thumb is to multiply working days by 1.4 for calendar days, and divide by 1.4 going the other way. Ten working days is about a fortnight; twenty is about a month.
That approximation is fine for a conversation and inadequate for a deadline, because the exact figure depends on which day of the week the span starts and which holidays fall inside it. For that, use the Working Days Calculator, which lets you set your own weekend pattern and paste in your own holiday list.
The weekend itself is not universal, which matters if you are counting for a counterparty abroad. Friday–Saturday weekends are standard across much of the Middle East and North Africa; six-day weeks with Sunday off are common in parts of Asia and in retail worldwide; and four-day weeks are spreading. Using your own weekend to count someone else’s business days will produce the wrong number.
Two mistakes that cause most errors
Assuming a month is 30 days. It is in four months of the year. Adding “one month” to 31 January gives 28 or 29 February, not 3 March, and the difference compounds if you chain several months together. This is the single largest source of off-by-a-few errors in hand-worked date arithmetic.
Dividing a millisecond difference by 86,400,000. This is the standard bug in naive date code. If a daylight-saving transition falls inside the span, one of those days is 23 or 25 hours long, and the division rounds the wrong way. The fix is to normalise both dates to midnight UTC before subtracting, which is what our calculators do, and it is why a span containing a clock change comes out right here and wrong in some other tools.
We collected the rest of them in seven mistakes people make doing date maths by hand.
A checklist for any date span that matters
- Establish the convention first. Read the document for “clear”, “beginning with”, “inclusive”, “excluding”. If none appear, note that the period is ambiguous.
- Establish the unit. Calendar days, business days, or months? These give three different answers.
- Compute both counts. The Date Difference Calculator gives you inclusive and exclusive together.
- If it is a deadline, take the earlier one. Being early is free.
- If it is money, find the day-count convention. It will be specified somewhere in the terms.
- Sanity-check the weekday. A span that is a multiple of seven days must start and end on the same weekday.
Six steps, most of them a few seconds. It is a great deal less effort than arguing about a day after the fact.