Date calculations count elapsed calendar days while accounting for month lengths and leap years. This guide focuses on a practical situation: leap years add 29 february, changing totals for periods that cross it.
The short answer
The interval from 28 February to 1 March is two days in a leap year and one in a common year. The useful result is not only the final number or code; it is understanding what was measured, what assumptions were made and how the answer will be used.
A year divisible by 100 is not a leap year unless also divisible by 400.
A reliable step-by-step method
- 01Write both dates in an unambiguous format.
- 02Decide whether the start and end dates are included.
- 03Calculate elapsed days using calendar-aware logic.
- 04State the convention beside the result.
A practical example
The interval from 28 February to 1 March is two days in a leap year and one in a common year. Start with the information you actually know, keep the original unit or context beside every figure, and avoid rounding until the end. If the result affects money, health, safety or a formal requirement, confirm it with an authoritative source or qualified professional.
Common mistakes to avoid
- Mixing inclusive and exclusive counting
- Assuming every month has 30 days
- Ignoring time zones when times are involved
A quick plausibility check is valuable. Ask whether the result is in the expected direction, whether the scale makes sense, and whether another person could understand the assumptions from your notes.
Use the free tool
EcoMetric Lab processes tool inputs in your browser. No account is required, and your entries are not saved by SmartDev.
OPEN THE DATES AND TIME TOOL ↗About this guide
Published by SmartDev for EcoMetric Lab. It is designed to explain an everyday task clearly and is not a substitute for medical, financial, legal or other professional advice. Contact delicontfam3@gmail.com to suggest a correction.