Hello
How to add to this code of did not calculate weekends
ic = datetime\diff(datetime\now(), availability, 'days')
How to add to this code of did not calculate weekends
ic = datetime\diff(datetime\now(), availability, 'days')
$numberOfDays = availability; // this just for readability ic = ext\workingTime\addWorkingDays(datetime\now(), $numberOfDays);
$numberOfDays = disponibilit; ic = ext\workingTime\addWorkingDays(datetime\now(), $numberOfDays);
Comment