addtodate
Add a quantity to a date.
Syntax
Section titled “Syntax”R = addtodate(D, Q, F)Description
Section titled “Description”Returns the serial date number D plus Q units of the time unit F — 'year', 'month', 'day', 'hour', 'minute', 'second', or 'millisecond'.
Examples
Section titled “Examples”next_month = addtodate(now, 1, 'month')in_an_hour = addtodate(now, 1, 'hour')