צײַט־אַרײַנפֿיר
װײַז/האַלט איבער די צײַט צװישן סעקונדעס, מינוט, שעה, טעג, וואָכן און יאָרן
רעזולטאטן װי איר שרײַבט
װײַז די װײַז־פּראָגראַם
time converters are used to convert between milliseconds, seconds, minutes, hours, days, weeks, months, and years. It converts through the second as a common base, and to keep long spans consistent it fixes a month at the average 30.44 days and a year at 365.25 days so leap years average out. The month and year here are averages rather than calendar values, which is why they will not match a specific date range exactly. A results table shows the same duration in every unit from milliseconds to decades, useful for timeouts, billing periods and project schedules.The everyday anchors are 60 seconds in a minute, 60 minutes in an hour, 24 hours in a day and 7 days in a week.Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours to minutes, multiply by 60Worked example: to convert 3 hours
פֿראַגעס
וויפֿל סעקונדעס איז אײן טאָג?
אַ טאָג האָט 86,400 סעקונדעס (24 × 60 × 60). אַ וואָך האָט 604,800 סעקונדעס
וויפֿל שעהען זענען אין אַ יאָר?
װײַל די דורכשניטלעכע יאָר איז 365.25 טעג, איז עס אַרום 8,766 שעה אין אַ יאָר. איבער צװײ יאָר װעלן די קװאַרטער־טאָגס צוגעבן אײן װײַטער שטראָף־טאָג
ווי לאַנג איז אַ חודש דאָ?
מײַזל איז באַטראַכט װי 1/12 פֿון אַ דורכשניטלעך יאָר, אַרום 30.44 טעג, װײַל קאַלענדאַר מײַזלען װײַזן זיך פֿון 28 צו 31 טעג. פֿאַר אַ קלאָרע קאַלענדאַר־שטײגער ניצט מען אַ דאַטע־פֿאַרבינדער מכשיר
וויפֿל מינוט איז אײן טאָג?
אַ טאָג האָט 1,440 מינוט (24 × 60), און אַ וואָך האָט 10,080 מינוט. דאָס מאַכט עס גרינג צו גרײסן צײַט־אַרײַנשטעלער און װײַז־סעלעקציעס
װאָס טוט דער צײַט־װײַזער מיט 365.25 טעג אין אַ יאָר?
דער צײַט־אַרײַנפֿירער װײַזט אױס די דורכשניטלעכע צײַט אין די צוגעלייגטע צװײטן־טאָג־צײַט װאָס שאַרף־יאָר װײַזט אױס, אַזוי אַ צוגעלייגט יאָר איז 365.25 טעג. דאָס האַלט די לאַנגע צײַט־אַרײַנפֿירער קײן, װײַל עס װײַזט אַ ביסל אױס פֿון װײַן קאַלענדאַר־יאָר
ווי אַזוי װײַז איך די װײַז־פֿאַרב?
צעטייל די סעקונדעס דורך 3,600, װײַל אַ שעה איז 60 × 60 סעקונדעס. אַזוי 7,200 סעקונדעס איז פּונקט 2 שעה
API — ניצע דעם קאַלקולאַטאָר פֿון קאָד
קלײַב אױס דעם קלײנער װי אַ פֿרײַן JSON סוף־פּונקט — קײן קלײַב ניט נייטיק. שיקן די פֿעלדער־באַטרעף אונטער דעם װי אַ פֿראַגע־פּאַראַמעטער אָדער JSON לייענען די גאַנץ API דאָקומענטאַציע →
סוף־פּראָצעס
GET https://calculator.free/api/v1/time/
curl
curl "https://calculator.free/api/v1/time/?amount=1&from=h&to=min"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/time/?" + new URLSearchParams({
"amount": "1",
"from": "h",
"to": "min"
}));
const data = await r.json();
console.log(data.results);
רעזולטאטן זײַנען אָפּשאַצונגען נאָר פֿאַר אַלגעמיינע װײַזן, ניט פֿאַר פינאַנציעל, מעדיציניש אָדער באַדערפֿענישן