Answered
Add date + 20 work days to stamp
Hi,
I would like to stamp a date + 20 days from the current date.
I can get the date working with this script within a stamp, but how do I add 20 workingdays to this?
event.value = util.printd("dd/mm/yyyy", new Date());
Best regards
//Mikkel