Everyday Life

Add time calculator

Settings
Reset
Share
Save
Embed
Report a bug

Share calculator

Add our free calculator to your website

Please enter a valid URL. Only HTTPS URLs are supported.


Use as default values for the embed calculator what is currently in input fields of the calculator on the page.


Input border focus color, switchbox checked color, select item hover color etc.


Please agree to the Terms of Use.

Preview

Save calculator

Calculator Settings

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Share calculator

What is an add time calculator?

An add time calculator is a tool that takes a starting date and time, then adds (or subtracts) a duration expressed in days, hours, minutes, and seconds. The result is the new date and time after that duration has elapsed.

Instead of counting on your fingers or worrying about how many days are in the current month, the calculator does the arithmetic for you. It automatically rolls minutes into hours, hours into days, and days into months and years, so you never have to remember that there are 60 seconds in a minute, 60 minutes in an hour, or 24 hours in a day.

This is handy for everyday planning: figuring out when a 36-hour shipment will arrive, when a 90-minute meeting ends, or what date you reach if you count forward 100 days from today.

How the calculator works

The calculator needs two pieces of information:

  1. A starting date and time — the moment you are counting from.
  2. A duration — the number of days, hours, minutes, and seconds to apply.

You then choose an operation:

  • Add — moves the result forward in time.
  • Subtract — moves the result backward in time.

Internally, the calculator converts the whole duration into a single offset and applies it to the start moment. Because every unit cascades into the next, partial units carry over correctly. For example, adding 90 seconds adds 1 minute and 30 seconds, and adding 6 hours to 20:00 rolls over into the next day.

Formula

If we measure everything in seconds, the result is simply the start time plus (or minus) the total duration:

Tresult=Tstart±ΔT_{\text{result}} = T_{\text{start}} \pm \Delta

where the total duration in seconds is:

Δ=86400d+3600h+60m+s\Delta = 86400 \cdot d + 3600 \cdot h + 60 \cdot m + s

Here:

  • dd = number of days
  • hh = number of hours
  • mm = number of minutes
  • ss = number of seconds

The constants come from the fact that one day has 8640086400 seconds, one hour has 36003600 seconds, and one minute has 6060 seconds. The sign in the first formula is positive when adding and negative when subtracting.

Examples

Example 1: Adding days

Start at 2024-01-01 09:00:00 and add 14 days.

Δ=8640014=1209600 s=14 days\Delta = 86400 \cdot 14 = 1209600 \text{ s} = 14 \text{ days}

The result is 2024-01-15 09:00:00 — exactly two weeks later, with the time of day unchanged.

Example 2: Adding hours and minutes

Start at 2024-01-01 03:37:00 and add 2 hours and 44 minutes.

3h37m+2h44m=6h21m3\text{h}\,37\text{m} + 2\text{h}\,44\text{m} = 6\text{h}\,21\text{m}

The result is 2024-01-01 06:21:00, because 37 + 44 = 81 minutes rolls over into 1 hour and 21 minutes.

Example 3: Rolling over to the next day

Start at 2024-01-01 20:00:00 and add 6 hours.

20:00+6h=26:00=02:00 (next day)20\text{:}00 + 6\text{h} = 26\text{:}00 = 02\text{:}00 \text{ (next day)}

The result is 2024-01-02 02:00:00. The calculator automatically advances the date when the hours cross midnight.

Example 4: Subtracting a duration

Start at 2024-01-15 09:00:00 and subtract 14 days.

Tresult=Tstart1209600 sT_{\text{result}} = T_{\text{start}} - 1209600 \text{ s}

The result is 2024-01-01 09:00:00, the same moment used as the start in Example 1.

Practical uses

  • Shipping and delivery — add a transit time of, say, 36 hours to a dispatch timestamp to estimate arrival.
  • Meetings and events — add the duration to a start time to find when something ends.
  • Cooking and brewing — add a fermentation or curing period measured in days and hours.
  • Deadlines — count forward a fixed number of days to find a due date, or subtract a buffer to know when to start.

FAQs

Does the calculator handle leap years?

Yes. Adding days respects the actual calendar, so adding 2 days to 2024-02-28 (a leap year) lands on 2024-03-01, while in a non-leap year it would land on 2024-03-02.

Can I subtract time as well as add it?

Yes. Choose the Subtract operation and the duration is applied backward, moving the result earlier in time, including rolling back to the previous day or month when needed.

What happens if I leave a field blank?

Empty fields are treated as zero, so you only need to fill in the units you care about. Adding a duration of all zeros simply returns the starting date and time.

How is this different from a time span calculator?

A time span calculator finds the duration between two known moments. This calculator does the opposite: you know the start and the duration, and it finds the second moment.

Report a bug

This field is required.