The following is from webhelp. There is an extra ) in there that is wrong.
Ex. 1:
{birthdate} = sc_date({birthdate}), “dd/mm/yyyy”, “+”, 30, 0, 0);
should read:
{birthdate} = sc_date({birthdate}, “dd/mm/yyyy”, “+”, 30, 0, 0);
SC please correct. Thanks,
Jamie