Days between two dates
Pick two dates to count the days between them, broken into weeks and working days. Everything is computed on your device.
Pick two dates to compare.
How the count works
The calculator counts calendar-day boundaries between the two dates, so Monday to the following Monday is 7 days, and today to tomorrow is 1 day. The start date itself is not counted; if you need an inclusive count (common for deadlines phrased as "within X days including today"), add 1. Weekday counts include every Monday through Friday after the start date up to and including the end date; public holidays are not subtracted, because they differ by country.
Common questions
Does the count handle leap years?
Yes. The math works on real calendar dates, so February 29 is counted in leap years and skipped otherwise.
Are both dates included?
The difference counts nights between the dates: from a date to itself is 0. For an inclusive day count, add 1 to the result.