Adding Hours Calculator

Add hours to a time.

End time 19
Step-by-step with your numbers:
1. Values used:
2. Start time (decimal) = 14
3. Hours to add = 5
4. End time = Start time (decimal) + Hours to add = 14 + 5 = 19
Did we solve your problem today?

Add hours to a clock time.

The math behind it

end = start + hours; wraps at 24:00.

FAQ

Overnight?

Wraps automatically.