Ժամանակի հաշվիչ
Հաշվարկել երկու ժամերի միջև աշխատած ժամերը, ընդհատումների և ավելորդ ժամերի հետ։
Տեղեկացնել արդյունքները տպելու ժամանակ։
Ընդունել այս հաշվիչը
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 an overtime threshold at 8 hours that splits into 8 regular plus 0.5 overtime comes to 8.5 paid hours. Use it to add up a day’s hours worked, check a paycheck, or size overtime before it is billed.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 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.It measures the gap between clock-in and clock-out (rolling past midnight if needed), then subtracts the unpaid break and splits the result into regular and overtime hours once you pass a daily threshold.
Հաճախակի տրվող հարցեր
Ինչպե՞ս են անցկացնում արձակուրդը։
Ժամանակի հաշվարկման համար հաշվարկվում է րոպեներով չվճարված ընդմիջումը։ 09:00-17:30-ի փոխադրումը 30 րոպեանոց ընդմիջումով կազմում է 8.0 վճարված ժամ։
Ինչպե՞ս են բաժանվում գումարած ժամերը։
Օրական ավելորդ աշխատանքի շեմը գերազանցող ցանկացած ժամեր տեղափոխվում են կանոնավորից ավելորդ աշխատանքի։ 8 ժամանոց շեմի դեպքում 9.5 ժամանոց օրը 8 կանոնավոր և 1.5 ավելորդ ժամ է։ Սահմանեք շեմը 0, որպեսզի ամեն ինչ հաշվարկվի որպես կանոնավոր։
Ինչպե՞ս հաշվարկել երկու ժամերի միջև աշխատած ժամերը։
Ընտրեք ձեր ժամացույցի մուտքագրման և դուրսգրման ժամանակը, սահմանեք անվճար ընդմիջումը, և գործիքը կվերադարձնի վճարված ժամերը տասնականի տեսքով, օրինակ 9:00-ից 17:30-ը 30 րոպեանոց ընդմիջմամբ կազմում է 8.0 ժամ։
Ձեր ծառայությունը գիշերային կամ գերեզմանատան ծառայություն է՞։
Այո: Երբ ավարտման ժամանակը նախորդում է սկզբնական ժամանակին, այն ավելացնում է 24 ժամ, այսպիսով 22:00-ից 06:00-ի փոխանցումը հաշվարկվում է որպես 8 ժամ, այլ ոչ թե բացասական ժամանակահատված:
Կարո՞ղ եմ ստանալ աշխատավարձը և ժամացույցը։
Այս գործիքը կենտրոնանում է ժամերի վրա։ Ժամերը բազմապատկելու համար ժամային արժեքով և տեսնելու համար մեկ կամ ավելի շարժման համար ստացվող աշխատավարձը, օգտագործեք ժամանակի քարտի հաշվիչը։
Առավոտյան հանգիստը վճարվում է, թե՞ ոչ։
Ձեր նշած ընդմիջումը կհամարվի անվճար և կհանվի աշխատած ժամանակից։ Եթե ձեր ընդմիջումը վճարված է, թողեք ընդմիջման դաշտը 0-ով։
API — օգտագործել այս հաշվիչը կոդից
Խնդրել այս հաշվիչը որպես ազատ JSON վերջնական կետի - ոչ մի կոդ չի պահանջվում. Առաջարկեք ներքևի դաշտի արժեքները որպես հարցման պարամետրեր կամ JSON. Կարդալ ամբողջական API փաստաթղթերը →
Ավարտման կետ
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);
Ընդհանուր ցուցանիշները միայն ընդհանուր ուղեցույցի համար են, ոչ ֆինանսական, բժշկական կամ հարկային խորհուրդներ։