Page 1 of 1

Increment generic date

Posted: Mon Jan 02, 2023 3:34 pm
by marcolobaido
Hi, I need to increment a generic date (i can't use the inc day variable). I tried with increment variable but it doesn't work.
Should I extract day month and year from the date and set the "rule" or does it exist a faster way?

Re: Increment generic date

Posted: Mon Jan 02, 2023 4:21 pm
by Oleg
Use {DateIncDays(N)} expression
N may be positive or negative integer value. The expression calculates date from current date
for example
{DateIncDays(-7)}
{DateIncDays(10)}

Or maybe you want somethin else?