Manipulating date in RPL
Hi,
I would like to know if it is possible to manipulate date with RPL, just like it can be done in other languages, such as SQL when we use sysdate and we can obtain other results using sysdate-30 or sysdate+90, as an example. I know that we can obtain the system date in RPL using for example the following code: ${.today?string("dd/MM/yyyy")}. Now I want to test if it is possible to add 5, 10, 30 days to it. Does it can be done using RPL (whether it is the system date or a variable that we specified the date)? Because
0