Add Time Calculator — Add Hours, Minutes and Days to a Time | timedifference.io

Add Time Calculator

This Add Time Calculator adds days, hours and minutes to a starting date and time, and shows exactly where you land.

  • Rolls over correctly — past midnight, into the next month, across the new year.
  • Tells you the weekday — because “in 10 days” usually means “which day is that?”
  • Free, no signup — the maths runs in your browser, nothing is sent anywhere.

Calculation details

Need to calculate something else?

Start from

The result updates as you type.

Add

Quick add

About the Add Time Calculator

The Add Time Calculator answers a question people ask constantly and get wrong surprisingly often: if I start at this date and time and add this much time, when do I finish? Enter a starting point, enter how many days, hours and minutes to add, and it returns the exact resulting date, time and weekday.

It is the forward-facing counterpart to the Time Difference Calculator, which measures the gap between two known times. Here the gap is what you know, and the end point is what you want.

How to add time

  • Set the starting date and time.
  • Enter how many days, hours and minutes to add — or tap a quick-add button.
  • Read the result. It updates as you type; nothing is submitted anywhere.

How adding time works

Hours and minutes are added as elapsed time, then days are added as calendar days:

minutes added = (days × 1440) + (hours × 60) + minutes
result = start + hours + minutes, then advance by the number of days
the weekday and month roll forward automatically

Adding 90 minutes to 11:00 PM does not give 24:30 — it gives 12:30 AM the next day. The same rule carries a result past the end of a month or a year without any manual adjustment.

Worked examples

StartAddResult
18 Aug 2026, 9:00 AM8h 30m18 Aug 2026, 5:30 PM
18 Aug 2026, 11:00 PM1h 30m19 Aug 2026, 12:30 AM
29 Jan 2026, 10:00 AM3 days1 Feb 2026, 10:00 AM
28 Feb 2024, 9:00 AM1 day29 Feb 2024, 9:00 AM
31 Dec 2026, 10:00 PM4h 0m1 Jan 2027, 2:00 AM

The fourth row is the one worth checking in any tool you rely on: 2024 is a leap year, so adding a day to 28 February lands on the 29th, not on 1 March.

Adding days versus adding hours

These are not always the same thing. Adding 1 day means the same clock time tomorrow. Adding 24 hours means twenty-four hours of elapsed time. On the two nights a year when the clocks change, those give different answers — which is why days are added as calendar days here, so “in 3 days at 10:00 AM” stays 10:00 AM.

Tip: to go the other way — subtracting a period from a date and time — use the Subtract Time Calculator. To measure the gap between two points you already know, use the Time Duration Calculator.

Frequently asked questions

How do I add hours and minutes to a time?

Set the starting date and time, then enter the hours and minutes to add. The result appears immediately, including the resulting date and weekday if the total carries past midnight.

What happens when the result passes midnight?

The date moves forward with it. Adding 90 minutes to 11:00 PM on 18 August returns 12:30 AM on 19 August, not 24:30.

Does it handle month ends and leap years?

Yes. The calculation runs on the real calendar, so adding a day to 28 February 2024 gives 29 February, and adding three days to 29 January gives 1 February.

Is adding 1 day the same as adding 24 hours?

Almost always, but not on the nights the clocks change. Days here are added as calendar days, so the clock time stays the same — “3 days from 10:00 AM” is 10:00 AM.

Can I add more than a day at a time?

Yes. Enter any number of days, and add hours and minutes on top. There is no upper limit.

Is my data stored?

No. Everything runs locally in your browser. Nothing you type is sent to a server, and no account is required.

Scroll to Top