- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Try changing the line of code;
d.setDate(d.getDate() + days);
To
d = addWorkingDays(d, days)
(and add the rest of my code above at the top)
Bruce
Views
Replies
0 Likes
Total Likes