Skip to content

Calculate Days Between Two Dates

To calculate the number of days between two dates, subtract the earlier date from the later date.

Ensure the dates are in the same format (e.g., MM/DD/YYYY).

Here is an example formula: =DATEDIF(start_date, end_date, D).

Days Between Two Dates Calculator