වේලා පරිවර්තකය
තත්පර, මිනිත්තු, පැය, දින, සති හා වසර අතර කාලය පරිවර්තනය.
ඔබ ටයිප් ලෙස ප්රතිඵල යාවත්කාලීන.
මෙම කැල්ක්යුලේටරය ගැන
time converter is used to convert between milliseconds, seconds, minutes, hours, days, weeks, months and years. It converts through the second asacommon base, and to keep long spans consistent it fixesamonth at the average 30.44 days andayear 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 matchaspecific date range exactly. To find the seconds inaday, 24 × 60 × 60 = 86,400. A results table shows the same duration.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes. To find the seconds inaday, 24 × 60 × 60 = 86,400.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes.To find the seconds inaday, multiply by 60, giving 180 minutes.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes.To find the seconds inaday, multiply by 60, giving 180 minutes.To find the seconds inaday, multiply by 60, giving 180 minutes.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 minutes.Worked example: to convert 3 hours to minutes, multiply by 60, giving 180 seconds inaminute, multiply by 60, giving 180 minutes.To find the seconds ina
නිතර අසන ප්රශ්න
දවසක තත්පර කීයක් තියනවද?
දවසක් තත්පර 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 දින වේ. ඒ දිගු කාලීන පරිවර්තන අනුකූලව තබා, එය ඕනෑම තනි දින දර්ශනය වසරෙන් සුළු වශයෙන් වෙනස් වුවත්.
මම පැය තත්පර පරිවර්තනය කරන්නේ කෙසේද?
පැය 60 × තත්පර 60 වන බැවින් 3,600 විසින් තත්පර ගණන බෙදා. ඒ නිසා 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);
ප්රතිඵල සාමාන්ය මග පෙන්වීම සඳහා පමණක් ඇස්තමේන්තු, මූල්ය, වෛද්ය හෝ බදු උපදෙස් නොවේ.