時間計算器
休憩と余分な時間を含めた、2 回の間の作業時間を計算します。
結果はタイプすると更新されます。
この計算機の情報
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 billed.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. Enter times in 24-hour HH:MM or with AM/PM; an end time before the start is treated as an overnight shift. It also reports the paid time as total minutes. Use it to add up a day’s hours worked, check a paycheck, or size overtime before it is billed.It measures the gap between clock-in and clock-out, then subtracts the unpaid break in minutes. It also reports the paid time as total minutes. Use it to add up a day’s hours worked, check a paycheck, or size overtime before it is billed.It measures the gap between clock-in and clock-out, and subtracts the unpaid break in minutes.It measures the gap between clock-in and clock-out, and
よくある質問
休憩はどうやって処理されますか。
休憩時間は,労働時間の計算において,休憩時間の分数を除去する。
超過労働時間はどう分ける?
日間の残業時間のしきい値を超える時間は通常から過労死に移動します。8 時間のしきい値を設定すると、9.5 時間の日は通常 8 時間と 1.5 時間の過労死になります。すべてを通常として計算するには、しきい値を 0 に設定してください。
2回の間の労働時間をどうやって計算しますか?
時間を指定すると、 支払い時間を十進法で返します。例えば、 9:00 から 17:30 までの間に 30 分の休憩をとる場合、 支払い時間は 8.0 時間になります。
夜勤か墓地勤務か?
はい。終了時間が開始時間よりも早い場合は、24時間を加算します。22:00から06:00のシフトは負のスパンではなく8時間として計算されます。
時間と同じくらい給料も貰えますか。
このツールは時間に焦点を当てています。時間を時間単位で乗算して、1 つ以上のシフトの総給与を見るには、タイムカード計算機を使用してください。
休憩は有給か無給か?
入力した休憩は無給休暇として扱われ、労働時間から減算されます。休憩が有給休暇なら、休憩フィールドを 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);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。