Elapsed duration
Measure how many whole days separate two events or records.
Use the absolute difference when you need a plain duration between two records. It gives the distance without forcing you to worry about input order.
If the duration should include both start and end dates as counted days, adjust separately according to that rule.
Audit checks
Verify date gaps in imported data, logs, or manually entered timelines.
The signed value can reveal when two dates were imported in the wrong order. The absolute value then shows the actual size of the mismatch.
This makes the page useful for QA, spreadsheet cleanup, and checking support tickets that mention two dates.
Planning intervals
Check the length of a window between a start and end date.
Planning windows often need a quick day count before a timeline is finalized. This calculator gives the calendar-day distance without applying business-day or holiday assumptions.
For operational schedules, confirm whether the interval should use calendar days, business days, or inclusive counting.