
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2020 05:02 AM
Hi,
I need to add 2 Business Days (just skipping Saturday / Sunday does not work)to current DATE (not DateTime).
Need to leverage standard SLA schedule of business days ... within a scripts .. so I just have new GlideDate() and 2 and require the new Date based on real business days (no public holidays ..).
BIG THANK YOU!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2020 05:31 AM
Hi,
Refer to this article where I have shared sample code on how to add business days.
Mark the comment as a correct answer and also helpful if this has helped to solve the problem.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2020 05:31 AM
Hi,
Refer to this article where I have shared sample code on how to add business days.
Mark the comment as a correct answer and also helpful if this has helped to solve the problem.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2020 05:38 AM
Will try - thnx. Will mark it correct if it does!