Given a start date, number of days, and holidays, this script calculates the end date of a workday period using JavaScript.
If you are looking to get a list of workdays in a range, then check out this tutorial:
Continue reading “Calculate the Workday End Date in JavaScript”