Kalkulata
@ action
@ action
[Translation temporarily unavailable. Please try again.]
you set a daily overtime threshold, any paid time above it is peeled off into an overtime bucket while the rest stays as regular hours; set the threshold to 0 to treat everything as regular. The final figures come out in decimal hours so they drop straight into a pay calculation. An overnight shift from 22:00 to 06:30 with a 30-minute unpaid break comes to 8.5 paid hours; with the overtime threshold at 8 hours that splits into 8 regular plus 0.5 overtime.It first measures the gap between clock-in and clock-out (rolling past midnight if needed), then subtracts any unpaid break and splits the result into regular and overtime hours once you pass a daily threshold. An hours calculator turns a start and end time into total hours worked, subtracting any unpaid break and splitting the result into regular and overtime hours once you pass a daily threshold. An hours calculator turns a start and end time into total hours worked, subtracting any unpaid break and splitting the result into regular and overtime hours once you pass a daily threshold. An hours calculator turns a start and end time into total hours worked, subtracting any unpaid break and splitting the result into regular and overtime hours once you pass a daily threshold. An hours calculator turns a start and end time into total hours worked, subtracting any unpaid break and splitting the result into regular and overtime hours once you pass a daily threshold. An hours calculator turns a start and end time into total hours worked.It turns a start and end time into total hours worked, subtracting any unpaid break and splitting the result into regular and overtime hours once you pass a daily threshold. It also reports the paid time as total minutes. If you set a daily overtime threshold, any paid time above it is peeled off into an overtime bucket while the rest stays as regular hours; set the threshold to 0 to treat everything as regular. The final figures come out in decimal hours so they drop straight into a pay calculation. Use it to add up a day’s hours worked, check a paycheck, or size overtime before it is bi
Tambayoyi da ake yi da yawa
Ta yaya aka yi wa wannan rarraba?
An rage tsawo ba da kudinsa ba a cikin mintina daga lokacin aiki kafin a yi rahoton sa'o'i. Shirin 09:00–17:30 tare da tsawo na mintina 30 yana da sa'o'i 8.0 da ake biya.
Yadda ake raba sa'o'i na aiki na kan lokaci?
@ action
Ta yaya zan ƙididdige sa'o'i da aka yi aiki tsakanin lokaci biyu?
@ action
Shin yana iya tafiyar da dare ko kuma canza wuri?
Yanzu, idan lokaci na ƙarshe ya fi na farko, zai ƙara sa'o'i 24, don haka za'a lissafa canji daga 22:00 zuwa 06:00 a matsayin sa'o'i 8 ba kamar wani lokaci mai rashin daidaito ba.
Shin, zan iya samun albashi da kuma sa'o'i?
Wannan kayan aiki yana mai mai da hankali kan sa'o'i. Don ƙidaya sa'o'i da adadin sa'o'i da kuma ganin kudin shiga ga wani shiri ko kuma fiye, amfani da kalkuleta na katin lokaci.
Shin, wannan jinkiri yana da kuɗi kaɗan ko yana da kyauta?
@ action
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] [Translation temporarily unavailable. Please try again.] →
QDialogButtonBox
GET https://calculator.free/api/v1/hours-calculator/
curl
curl "https://calculator.free/api/v1/hours-calculator/?start=09:00&end=17:30"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/hours-calculator/?" + new URLSearchParams({
"start": "09:00",
"end": "17:30"
}));
const data = await r.json();
console.log(data.results);
@ action: inmenu