Math & Everyday
Time Duration Calculator
Add a duration to a time, or find the gap between two.
🔒 Runs entirely in your browser — nothing here is ever uploaded
CalcoTools · Time Duration Calculator · generated 8/23/2026, 1:05:43 PM
About the Time Duration Calculator
Adds a duration to a starting time to find an end time, or calculates the gap between two times of day.
How to use it
- To add a duration: enter a Start time, then Hours and Minutes to add.
- To find a gap: enter a Start and End time in the second section.
- Read the result in each section's readout.
Formula
End time = (Start time + hours×60 + minutes) mod 1440 minutes
Duration = (End time − Start time) mod 1440 minutes
Worked example
Starting at 9:00 AM and adding 2 hours 30 minutes gives 11:30 AM.
Recommendations
- • Times wrap around midnight automatically — adding hours past 24:00 rolls into the next day's time.
- • This tool only tracks time-of-day, not date — use the Date Calculator for spans across multiple days.
- • The difference calculator always returns a positive duration by wrapping forward to the next occurrence of the end time.
Frequently asked questions
Yes — the difference calculation wraps around midnight automatically, so an 11 PM to 2 AM span correctly shows as 3 hours.
Related tools