Add Time Calculator

Add or subtract days, hours, and minutes from a start date and time to get the resulting date, day of the week, and total duration added.

Quick Facts

Method
Start time plus total elapsed milliseconds
Overflow rolls over automatically: 90 minutes becomes 1 hour 30 minutes, and extra days carry into the next month or year.
Conversions
1 day = 24 hours = 1,440 minutes
Days, hours, and minutes are combined into one duration before it is added to the start date.

Your Results

Calculated
Resulting date & time
-
Start plus the duration added
Day of week
-
Weekday of the result
Total duration
-
Days, hours, and minutes combined
ISO date & time
-
Machine-readable format

Ready

Set a start date and time, then choose the days, hours, and minutes to add or subtract.

About the Add Time Calculator

This calculator takes a start date and time, converts the days, hours, and minutes you enter into a single duration, and adds (or subtracts) that duration to produce a resulting date and time. It works the way a clock and calendar actually work together: the underlying timestamp advances by the exact number of elapsed minutes, and the calendar display — month, day, year, hour — is recalculated from that timestamp afterward.

How the addition works

  • Days, hours, and minutes are first combined into one total number of minutes: days × 1,440 + hours × 60 + minutes. Choosing "Subtract" flips the sign of that total.
  • The total is added to the start date and time as elapsed time, not as separate calendar fields — so overflow handles itself. Ninety minutes automatically becomes 1 hour 30 minutes, 30 hours becomes 1 day 6 hours, and enough days will correctly roll into the next month or year, including leap years.
  • Because the result is built from real elapsed minutes and then re-expressed on your local calendar, a span that crosses a daylight-saving-time change will show the clock-time shift that actually happens on that date.

Common uses

  • Project deadlines and milestone planning
  • Legal and contractual date calculations (90-day cure periods, notice windows)
  • Financial calculations using day-count conventions (Actual/365, Actual/360, 30/360)
  • Personal planning: countdown timers, anniversary tracking, elapsed time

Precision note

If your calculation has legal or contractual significance, verify the result — some jurisdictions count the first day, some count only the last, and banking uses different day-count conventions than calendar math.

Frequently Asked Questions

How does the calculator handle overflow, like 90 minutes or 40 extra days?
Days, hours, and minutes are converted into one total duration in minutes before anything is added, so overflow resolves itself automatically. Adding 90 minutes shows up as 1 hour 30 minutes later; adding 40 days to January 15 correctly lands on February 24, carrying across the month boundary without any manual adjustment.
Does this account for daylight saving time?
Yes. The duration you enter is added as real elapsed minutes to the start timestamp, and the result is then converted back to a calendar date and clock time. If the interval crosses a daylight-saving change, the displayed clock time reflects that shift, the same way it would on a physical clock.
Can I subtract time instead of adding it?
Yes — set Direction to "Subtract from start date" to go backward in time, or simply enter a negative number of days, hours, or minutes. Both approaches produce the same result and can be combined.