| Time Card | |||||
|---|---|---|---|---|---|
| Day | Start Time | End Time | Break | Total | Total Decimal |
| {{ item.label }} | {{ item.shortStartTime ? item.shortStartTime : '-' }} | {{item.shorEndTime ? item.shorEndTime : '-'}} | {{item.timeBreak ? item.timeBreak : '-'}} | {{item.timeDiff ? item.timeDiff : '-'}} | {{item.timeDiffDecimal ? item.timeDiffDecimal : '-'}} |
| REG | {{result.totalTable.reg}} | {{result.totalTable.regDecimal}} | |||
| OT | {{result.totalTable.ot}} | {{result.totalTable.otDecimal}} | |||
| Total | {{result.totalTable.total}} | {{result.totalTable.totalDecimal}} | |||
Work Hours Calculator assists employees in precisely determining the weekly number of hours worked, incorporating settings to accommodate breaks, hourly rounding, and military time.