Question
I have a timesheet where TimeOut - TimeIn - Break = Total Hours. I can get this to work but, I need an if clause for working past midnight. If (TimeOut<TimeIn) +24 or If (TotalHours<0) +24. I do not know JavaScript (obviously).
I have a timesheet where TimeOut - TimeIn - Break = Total Hours. I can get this to work but, I need an if clause for working past midnight. If (TimeOut<TimeIn) +24 or If (TotalHours<0) +24. I do not know JavaScript (obviously).
