Time Card Calculator
Total daily work hours from clock-in/out with breaks and overtime.
Total your work hours with breaks and overtime
Add a row for each work day: clock-in, clock-out, and unpaid break minutes. The tool computes each day's worked hours (rolling across midnight when the clock-out is earlier), sums the week, and splits it into regular and overtime above the weekly threshold you set. Add an hourly rate to see gross pay. Everything is computed in your browser — nothing is uploaded.
Common questions
How are daily hours calculated?
For each row it subtracts clock-in from clock-out, then subtracts the unpaid break minutes. If clock-out is earlier than clock-in it treats the shift as crossing midnight and adds 24 hours, so an overnight shift totals correctly.
How does overtime work?
You set a weekly overtime threshold (default 40 hours). Hours worked up to the threshold are regular; anything above is overtime. If you set an overtime multiplier and hourly rate, overtime hours are paid at rate × multiplier.
Can I add or remove days?
Yes. Use Add day for more rows and the × on a row to remove it. The weekly total, regular/overtime split, and pay update as you edit.
Is my timesheet uploaded anywhere?
No. All calculations run in your browser with JavaScript. The times and rate you enter are never sent to a server or stored anywhere.