Duration Calculator

Enter two dates or timestamps. We compute the duration between them in days, hours, minutes, and seconds.

Duration between two dates

How it works

We parse both inputs to Date, subtract, and break the difference into units.

When to use it

Use for elapsed time or countdowns.

Frequently asked questions

Negative duration?

If the second date is earlier, we show a negative duration.