I’m trying to use this code
{EndDate} = sc_date({StartDate}, “mm/dd/YYYY”, “+”, 0, 0, 1);
My {StartDdate} is: 07/01/2020
to add 1 year to the date but I end up with date that shows up like this: 2/2007/1
I tried differend mm/dd/YYYY patterns but nothing seem to work
any ideas why this is not working ?