Adding time to {Time tt}

Questions, comments, and suggestions related to Typeitin.
Post Reply
mb3544
Posts: 1
Joined: Tue Feb 05, 2019 2:28 pm

Adding time to {Time tt}

Post by mb3544 » Tue Feb 05, 2019 2:32 pm

Is there any way to add an hour to {Time tt} or {Time hh:00:00 AM/PM} so that I can variablize the hour and increase by one?

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: Adding time to {Time tt}

Post by Wavget » Tue Feb 05, 2019 3:23 pm

You can add minutes to the time in the Time function.

{Time tt,60} displays the current time plus one hour.

You can also add days to a date with {date m/d/yyyy,30}.

Regards,
Paul.

Post Reply