Seven Days or Eight? Inclusive and Exclusive Day Counting
Ask how many days lie between the 1st and the 8th and you will get two answers, both defensible. The disagreement is almost never arithmetic. It is that the two people are answering different questions.
The gap and the count
Seven is the gap: the number of nights, the number of steps from one date to the other, the number you add to the first to reach the second. It is what subtraction gives you, and it is what a computer gives you by default.
Eight is the count: how many dates are involved, the 1st and the 8th included. It is what you want when both ends are days something is true — days you are in a hotel, days a permit is valid, days an employee is on site.
Neither is a mistake. A hotel that charges by the night charges seven; a visa that is valid on both endpoint days covers eight. The error is not choosing one, it is failing to say which you chose. The date calculator gives the gap by default, offers the count with a checkbox, and prints the name of whichever it used underneath the answer.
The phrases, and what they usually intend
English has settled on rough conventions, and they are worth knowing even though no document is bound by them:
- "Between X and Y" — usually the gap. Both endpoints are the boundary, not the contents.
- "From X to Y" — ambiguous, and the most common source of a genuine dispute. A train that runs from Monday to Friday runs on Friday; a discount from Monday to Friday may or may not apply on Friday.
- "X through Y" — in American usage, the count. "Through" exists precisely to include the far end, which is why documents drafted carefully use it.
- "Within N days of X" — the gap, measured forward from X, with X itself excluded. The day of the triggering event is almost universally not counted.
- "For N days" — the count. A three-day event occupies three dates.
Where a document defines its own terms, the definition governs and these conventions are irrelevant. Where it does not, the conventions are what a reader will assume, which makes them worth matching deliberately rather than by accident.
The day of the act is not counted
One rule is nearly universal across legal and commercial drafting: when a period runs from an event, the day of the event is excluded and counting starts the next day. A notice served on the 3rd with a ten-day period runs from the 4th. The reason is practical rather than philosophical — the event may happen at any hour, and counting a partial day as a whole one would make the deadline depend on the time of day the notice arrived.
The corollary catches people out: the last day is counted, in full. A ten-day period beginning on the 4th ends at the close of the 13th, not the 12th.
Why this is worth being careful about
An off-by-one in a day count is the most survivable kind of error and the hardest to notice. It produces an answer that is plausible, close, and wrong, and nothing about it looks unusual. Spans of a few days are where it bites hardest, because the proportional error is largest and the consequences — a missed filing, a double-charged night, a permit that expired yesterday — are concrete.
The defensive habit is simple: whenever a count matters, state the convention alongside the number. "Eight days, counting both the 1st and the 8th" cannot be misread. "Eight days" can.