addBusinessDays
Modified on Sun, 02 Apr 2023
This function allows you to add a certain number of workdays (Monday to Friday) to a given date, without including weekends in the calculation.
Syntax
addBusinessDays(date, number)
Returns
Return Value | Description |
---|---|
Date | New date is calculated by adding the specified number of business days to the original date while excluding weekends from the calculation. |
Sample
addBusinessDays(2023-04-03, -5) returns 2023-03-27
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article