Have a var mydate as date (is a current date)
I need to add 15 working day to mydate and return the new date in var mydate15.
How to?
I need to add 15 working day to mydate and return the new date in var mydate15.
How to?