How to add days to system date
I want to capture a date that is a given number of days from system date. In Expression Builder, I use System Date PLUS 1 (Text), but that doesn't work. Help, please.
Files:
2020-03-31 10_0...
You'll need to separate out the system date into two texts on the Canvas by using the Substring function, and then you'll be able to add to the date.
It should look something like this:
To get the month:
To get the day:
You'll need to separate out the system date into two texts on the Canvas by using the Substring function, and then you'll be able to add to the date.
It should look something like this:
To get the month:
To get the day:
Replies have been locked on this page!