Kalkulata
@ action
@ action
[Translation temporarily unavailable. Please try again.]
time duration calculator works out how long there is between two times of day. Enter times in 24-hour HH:MM or with AM/PM (e.g. 5:30 pm). If the end time is earlier than the start time, it assumes the period runs past midnight into the next day. The result is shown in hours and minutes, as decimal hours, and as a total number of minutes and seconds. It mixes formats freely, so you can type one time in 24-hour and the other with AM/PM so an overnight span reads as a positive length. The tool converts each time to minutes past midnight, subtracts the start from the end, and — if that comes out negative — adds 24 hours so an overnight span reads as a positive length. The same duration is then presented as plain hours and minutes.For example,For example, from 9:00 am to 5:30 pm is 8 hours 30 minutes, or 8.5 decimal hours, or 510 minutes; from 22:00 to 06:00 it correctly returns 8 hours by rolling past midnight.For example, from 9:00 am to 5:
Tambayoyi da ake yi da yawa
@ action
@ action
Shin zan iya rubuta lokaci tare da AM da PM?
Yanzu, za'a karɓi nau'ikan 24-hour (17:30) da 12-hour (5:30 pm) a cikin kowace filin, don haka zaka iya haɗa wanda ya fi dacewa.
Me yasa ake nuna sa'o'i na ɗari?
@ action
Yadda zan canza mintina zuwa sa'o'i na ɗari?
@ action
Shin yana rage lokacin cin abinci?
Ba. Wannan kayan aiki na ba da bambancin da ke tsakanin lokaci biyu. Don ka yi wata tsawa ba da kudin shiga ba daga cikin wani canji na aiki, ka yi amfani da kalkuleta na sa'o'i ko kuma katin lokaci, wanda ke da wani fannin tsawa.
Shin wannan Kalkulata na lokacin da ya wuce zai iya kula da wani lokaci mai tsawo fiye da sa'o'i 24?
@ action
Menene adadin mintina na sa'o'i 8 da minti 30?
Shi ne minti 510 - 8 × 60 shine 480, da 30. Kalkularan na nuna wannan adadin minti na gaba ɗaya tare da sakamakon sa'o'i da minti don haka zaka iya kwafe duk wanda kake buƙata.
[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/time-duration/
curl
curl "https://calculator.free/api/v1/time-duration/?start=09:00&end=17:30"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/time-duration/?" + new URLSearchParams({
"start": "09:00",
"end": "17:30"
}));
const data = await r.json();
console.log(data.results);
@ action: inmenu