Days Between Dates

Calculate how many days are between two dates. Useful for planning, deadlines, and scheduling.

Result will appear here.

How it works

We calculate the absolute difference between the two dates (midnight UTC) and convert it into days.

Examples

  • 2026-01-01 to 2026-01-31 = 30 days
  • 2026-02-01 to 2026-02-15 = 14 days

FAQ

  • Does order matter? No. The calculator uses the absolute difference.
  • Does it include the start date? This tool returns the difference in days between dates.

Related tools