You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly purpose of the function. It should always returns working days. So now programmer is forced to provide working day as the first one of the range to get correct answer.
User can workaround it by
# taking the first working day counting from "today" my$first-woking-day=$cal.workdays-away(Date.today -1, 1);
# This should work already:my$first-working-day=$cal.workdays-away(Date.today, 0);
If I understand correctly purpose of the function. It should always returns working days. So now programmer is forced to provide working day as the first one of the range to get correct answer.
User can workaround it by
Problematic line:
Date-WorkdayCalendar/lib/Date/WorkdayCalendar.pm
Line 87 in d5adbda
The text was updated successfully, but these errors were encountered: