Page 1 of 1

Adding time to {Time tt}

Posted: Tue Feb 05, 2019 2:32 pm
by mb3544
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?

Re: Adding time to {Time tt}

Posted: Tue Feb 05, 2019 3:23 pm
by Wavget
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.