Day Counter Calculator Between Dates

    Day Counter

    Calculate days between dates, count working days, weekends, and add or subtract days from any date

    Count Days Between Two Dates

    Find the number of days, weekdays, and weekend days between two dates

    Friday, Friday, April 3, 2026

    Friday, Friday, April 3, 2026

    The day counter calculates the number of days between two dates, or finds the date that is a given number of days before or after a start date. It handles business days (excluding weekends), holidays, and can count inclusive or exclusive of the start and end dates. Useful for project deadlines, contract terms, and date planning.

    Calendar Days vs Business Days

    Calendar days count every day including weekends. Business days (also called working days) exclude Saturdays and Sundays. Some calculations also exclude public holidays. Legal and contract deadlines often specify business days, while delivery estimates use calendar days.

    Calendar Days = End Date - Start Date (in days) Business Days ≈ Calendar Days × (5/7) - weekend overlap (Exact count requires iteration through the calendar)

    A 30-calendar-day period contains approximately 21-22 business days.

    Inclusive vs Exclusive Counting

    Whether the start and end dates themselves count affects the total. Exclusive counting (most common for "days between"): count up to but not including the end date. Inclusive counting: count both endpoints. For contract terms, confirm which convention applies. "Valid for 30 days from October 1" typically means it expires October 30 (inclusive start) or October 31 (if "30 days after" means the day count starts the next day).

    Frequently Asked Questions

    How many days until Christmas?

    Count from today (or any start date) to December 25. The day counter handles this instantly. For recurring annual events, most people find it easiest to use the calculator rather than counting manually, especially around month-end boundaries.

    How do I calculate a deadline that is 90 days from a contract date?

    Enter the contract date as the start date and 90 as the number of days to add. If the contract specifies business days, use the business day calculation instead. Note whether the starting date counts as day 0 or day 1, as this affects the final date by one day.

    What is the difference between calendar day and Julian day?

    Calendar days are the standard days of the year counted in months (January 1 = day 1, December 31 = day 365 or 366). Julian date (in astronomy) is a continuous count of days from January 1, 4713 BC, used by astronomers to calculate time spans without worrying about calendar quirks. For everyday use, standard calendar date arithmetic is sufficient.

    How many days are in each month?

    31 days: January, March, May, July, August, October, December. 30 days: April, June, September, November. 28 days: February (29 in leap years). The knuckle trick: make a fist, the raised knuckles are the 31-day months, the valleys between are 30-day months (and February). January starts on the first knuckle.