How to count working days from a start date

Certified Senior Developer
Hello,

I am trying to return a later date depending on an input date, but not counting non-working days.

Example:
Pass in 12/23/2016
15 working days later would return 1/12/2016

Any suggestion would be greatly appreciated.

Thanks!

OriginalPostID-254473

  Discussion posts and replies are publicly visible

Parents
  • 1. Either the Default Process Calendar or a new Process Calendar can be chosen. If a new Process Calendar is created, this should be explicitly mentioned as the second argument to the caladddays() else the function consumes the Default Calendar.
    2. Definition of Non-working days to be set up in the Process Calendar(again, either in the Default Process Calendar or new Process Calendar created specific to the module)
    3. While exporting to other environments, the same configurations should be made explicitly(creation as well as the setting of non-working days) as there isn't a way to package and export the Process Calendar or its settings.
Reply
  • 1. Either the Default Process Calendar or a new Process Calendar can be chosen. If a new Process Calendar is created, this should be explicitly mentioned as the second argument to the caladddays() else the function consumes the Default Calendar.
    2. Definition of Non-working days to be set up in the Process Calendar(again, either in the Default Process Calendar or new Process Calendar created specific to the module)
    3. While exporting to other environments, the same configurations should be made explicitly(creation as well as the setting of non-working days) as there isn't a way to package and export the Process Calendar or its settings.
Children
No Data