KCharselect unicode block name
Turn one or more work shifts and breaks into paid hours and pay.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
time card calculator takes clock-in and clock-out times and an unpaid break, works out the paid hours for each shift, and multiplies by your hourly rate to estimate the gross pay. Enter up to seven days under advanced options for a full week — each day appears as its own row and the paid hours and pay are totalled. Times use 24-hour HH:MM or AM/PM, and a clock-out before the clock-in is treated as an overnight shift. Every day that has both an in and an out time becomes a row in a daily breakdown table, and the tool sums the paid hours across the week and multiplies the total by your hourly rate to estimate gross pay. The table can be used to calculate your hourly rate. Time card calculator is a tool for adding up a weekly timesheet, checking a paycheck against your logged hours, or totalling billable time across several shifts to estimate gross pay.For example, a week of five 9:00–17:00 days is 7.5 paid hours a day, 37.5 hours for the week; at a rate of 20 per hour that is 750 in gross pay. Time card calculator is a tool for calculating gross pay.For example, a week of five 9:00–17:00 days is 7.5 paid hours a day, 37.5 hours for the week; at a rate of 20 per hour that is 750 in gross pay.For example, a week of five 9:00–17:00 days is 7.5 paid hours a day, 37.5 hours for the week; at a rate of 20 per hour that is 750 in gross pay.For example, a week of five 9:00–17:00 days is 7.5 paid hours a day, 37.5 hours in gross pay.For example, a week of five 9:00–17:00 days is 7.5 paid hours a day, 37.5 hours in gross pay.For example, a week of five 9:00–17:00 days is 7.5 paid hours a day, 37.5 hours
Tambayoyi da ake yi da yawa
Shin, zan iya ƙara wata wata mai zuwa na canje-canje?
Yes. Day 1 is always visible; open advanced options to enter days 2 through 7. Each day with both an in and out time becomes a row in the daily breakdown, and the paid hours and pay are summed across all of them.
Shin, wannan ƙididdigar tana da haraji?
Ba. Yana ninka sa'o'i da aka biya da adadin sa'o'inka na awa don samar da albashi mai yawa kafin duk wani harajin ko ragewa. Yi amfani da wani kalkuleta na harajin riba don ƙididdige albashin da za'a dauka gida.
Me ya bambanta da na'urar ƙididdiga na awanni?
The time card totals one or more shifts and their pay, including the break and hourly rate. The hours calculator instead splits a single day into regular and overtime hours.
Yadda zan iya ƙididdige albashina na mako daga takardar lokaci?
Ka shigar da lokaci-zuwa-a-aiki, lokaci-zuwa-farawa da kuma tsawa, ka ƙayyade adadin sa'o'i, kuma kayan aikin zai haɗa sa'o'i da aka biya a cikin mako kuma ya ninka da adadin domin nuna albashi mai yawa kafin a cire.
Shin yana kula da canji na dare da ke wuce tsakar dare?
Ya, idan lokaci na fita daga lokaci ya fi na shiga lokaci a cikin mako guda, za'a yi masa la'akari da yana tafiya zuwa dare na gaba kuma za'a ƙara sa'o'i 24 don haka sa'o'i da aka biya za su ci gaba da zama na dama.
Shin zan iya nuna lokaci kamar AM/PM ba kamar sa'a 24 ba?
Na'am. A cikin zaɓuɓɓukan ci-gaba, ka ƙayyade sifar ɗakin karatu zuwa awa 12 kuma rarrabawa na yau za su nuna sa'a-zuwa da sa'a-ficewa da AM/PM a matsayin lokaci na awa 24.
Shin, an rage tsawo daga kowace rana?
Yes. The unpaid break you enter is subtracted from each day that has an in and out time, so it is removed once per shift across the whole week.
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
GET https://calculator.free/api/v1/time-card/
curl
curl "https://calculator.free/api/v1/time-card/?clock_in=09:00&clock_out=17:00&break_min=30"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/time-card/?" + new URLSearchParams({
"clock_in": "09:00",
"clock_out": "17:00",
"break_min": "30"
}));
const data = await r.json();
console.log(data.results);
Results are estimates for general guidance only, not financial, medical or tax advice.