Add scripting function to return the # of hours worked between 2 times
We have a client that pays a shift Differential if the employee works at least 3 hours after 4PM.We use this code to change the punch category right now:if(istimes and outispresent and Hours >= 3 and intime >=4:00pm and (employee.home2 = "SH...