convert seconds to minutes javascript

function convertHMS(value) {
    const sec = parseInt(value, 10); // convert value to number if it's string
    let hours   = Math.floor(sec / 3600); // get hours
    let minutes = Math.floor((sec - (hours * 3600)) / 60); // get minutes
    let seconds = sec - (hours * 3600) - (minutes * 60); //  get seconds
    // add 0 if value < 10; Example: 2 => 02
    if (hours   < 10) {hours   = "0"+hours;}
    if (minutes < 10) {minutes = "0"+minutes;}
    if (seconds < 10) {seconds = "0"+seconds;}
    return hours+':'+minutes+':'+seconds; // Return is HH : MM : SS
}

4.33
3
Lukasz Madon 125 points

                                    function str_pad_left(string,pad,length) {
    return (new Array(length+1).join(pad)+string).slice(-length);
}

var finalTime = str_pad_left(minutes,'0',2)+':'+str_pad_left(seconds,'0',2);

4.33 (3 Votes)
0
0
1
Kama 110 points

                                    function secondsToHms(d) {
    d = Number(d);
    var h = Math.floor(d / 3600);
    var m = Math.floor(d % 3600 / 60);
    var s = Math.floor(d % 3600 % 60);

    var hDisplay = h &gt; 0 ? h + (h == 1 ? &quot; hour, &quot; : &quot; hours, &quot;) : &quot;&quot;;
    var mDisplay = m &gt; 0 ? m + (m == 1 ? &quot; minute, &quot; : &quot; minutes, &quot;) : &quot;&quot;;
    var sDisplay = s &gt; 0 ? s + (s == 1 ? &quot; second&quot; : &quot; seconds&quot;) : &quot;&quot;;
    return hDisplay + mDisplay + sDisplay; 
}

0
0
4.43
7

                                    function convert(value) {
    return Math.floor(value / 60) + &quot;:&quot; + (value % 60 ? value % 60 : '00')
}

4.43 (7 Votes)
0
4.25
4

                                    // just added 2 formats in Glorious Guanaco code
function secondsToHms(value) {
    const sec = parseInt(value, 10); 
    let hours = Math.floor(sec / 3600); 
    let minutes = Math.floor((sec - hours * 3600) / 60); 
    let seconds = sec - hours * 3600 - minutes * 60;
    if (hours &lt; 10) {      hours = '0' + hours;    }
    if (minutes &lt; 10) {      minutes = '0' + minutes;    }
    if (seconds &lt; 10) {      seconds = '0' + seconds;    }
    if (hours == 0) {
      return +minutes + ':' + seconds; // Return in MM:SS format
    } else {
      return hours + ':' + minutes + ':' + seconds; // Return in HH:MM:SS format
    }
  }

4.25 (4 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
js convert seconds to minutes and seconds convert seconds to time javascript seconds to minutes and seconds js hours to seconds js second to min and hour converter javascri[t how to convert minutes to hours in javascript seconde to minutes js seconds to minutes conversion javascript convert seconds to time javascirpt js convert minutes to hours convert seconds to minutes and seconds js convert hours to seconds dayjs minutes to minutes:seconds js mins to minutes:seconds js sec to min js convert seconds to hour minutes seconds javacript transform seconds to minutes js js format seconds to hours minutes seconds how to convert seconds to hour minute second in javascript convert second to minute format javascript seconds to minute javascript code js how to transform seconds into hour from seconds to time js get minutes and seconds from seconds javascript js convert hours to minutes convert time to hours minutes seconds javascript convert seconds to minutes js convert seconds to minutes in js convert mili sec to hour and minute in javascript convert hours to seconds javascript How to convet seconds to minutes in javascript seconds to seconds, minutes and hours js js second to hour minute second how to convert seconds to hours and minutes in javascript hour minute and sec js from second js convert seconds to munutes and hours seconds to minutes and hours javascript js convert second to minutes hour javascript miliseond converter to minute and second second to hour minute second javascript seconds to minutes hours days js seconds to hours in javascript javascript seconds to minute hour second converting seconds in minute and seconds js seconds to hours javascript functin seconds to hours converter js javascript seconds to minutes seconds milliseconds javascript seconds to minutes seconds convert second to minute js seconds to minutes in javascript hours minutes seconds in javascript time converter seconds to minutes js convert time to minutes and seconds javascript minute to second javascript js seconde to hour minute second js convert seconds to hours js convert second to hours seconds to hours minutes seconds javascript javascript number of seconds to hours and minutes minutes in to seconds js how to convert minutes into hours minutes and seconds in javascript javascript 600 seconds to minutes js from seconds to hours seconds to minutes and seconds havascript how to convert seconds into minutes hours and days javascript convert seconds to hours minutes seconds javascript how to convert time in seconds to hours minutes and seconds in javascript second in minute and second js convert seconds into minutes javascript javascript convert seconds to min:sec turn seconds into minutes and seconds javascript javascrip turn seconds to minutes javascript from seconds to minutes how to convert minutes into hours in javascript convert hours minutes seconds to milliseconds javascript seconds to days hours minutes javascript minutes to hours and minutes js convert time from minutes to hours js js seconds to hours and minutes and seconds convert seconds to minutes and seconds javascript javscript hours minutes seconds from seconds seconds to min:seconds js receive in seconds and transform to minutes javascript function that convert hours into seconds js function that convert seconds to hours js how to convert seconds to hour minutes and seconds in javascrit hours minutes seconds javascript javascript convert minutes into second js seconds to hours minutes seconds javascript convert seconds to hours and minutes how to convert seconds into minutes in javascript javascript seconds to minutes:seconds convert minutes to hours js convert hours into seconds javascript second into minutes &amp; seconds js convert single seconds to time javascript min to seconds javascript javascript js convert minutes to hours minutes seconds hours minutes seconds in time javascript seconds to hours minutes and seconds javascript convert seconds to hours minutes and seconds and then to present time javascript convert seconds to hours minutes and seconds javascript seconds to minutes javascript convert minutes to hour and minutes javascript javascript minutes to hours milliseconds to hours minutes seconds javascript javascript convert seconds to days, hours, minutes convert hours minutes seconds to seconds javascript javascript showing seconds into hours and minutes minutes to hours in javascript javascript miliseconds to hours, minutes and seconds convert seconds into hours minutes and seconds js how to calculate seconds to minutes js convert minutes to hours in javascript function javascript convert seconds to hours minutes second to time javascript JavaScript seconds to days hours minutes seconds time to hours min seconds javscript convert time into minutes and seconds javascript minutes to sec JS how to convert seconds to time in javascript minutes to hours conversion javascript millisecond to hours and minute and second in javascript second to minutes javascript javascript minute to second javascript second to minute second javascript convert minutes to hours minutes second to minute in js javascript hours into seconds convert seconds in minutes javascript convert second to minute javascript Convert minutes to seconds in JavaScript javascript convert seconds into minutes and seconds js convert seconds to min:sec convert seconts to hours javascript how to convert seconds to hours in javascript convert minutes to hours and minutes javascript convert minutes to seconds in js javascript convert number to hours and minutes javascript hours minutes seconds javascript 80 seconds to minutes javascript javascript convert to seconds javascript convert seconds to seconds and hours calculate minutes and seconds from given seconds in javascript javascript seconds to hours and minutes minutes to seconds js convert hours and minutes into seconds javascript js convert minutes to hours and seconds js convert number to minutes and seconds convert second to minute in javascript javascript milliseconds to hours minutes seconds javascript - convert minutes into seconds javascript convert minutes to hours and minutes javascript convert seconds to hours minutes seconds how to convert seconds into hours minutes and seconds in javascript javascript milliseconds to minutes seconds hours format seconds to hours js javascript seconds to hours convert secodns to hours minutes seconds javsCRIPT convert seconds to minutes seconds js convert seconds to time on js how to convert seconds into hours in js javascript convert hours to minutes convert second to hour and minute js JS convert seconds to hours and minutes convert seconds to hours minutes JS javascript convert seconds to hour convert seconds into minutes and seconds javascript how to convert seconds into hours minutes and seconds javascript minutesto seconds function in js js secs to min and seconds convert hour minutes seconds in javascript javascript convert one hour to seconds javascript convert minutes to seconds javascript seconds to min:sec js convert mins to seconds javascript display seconds as minute and hours convert seconds to days hours minutes seconds javascript seconds to minute js mili seconds to minute js from seconds to hours minutes seconds js convert seconds to minutes in javascript seconds convert to minutes in js seconds to a function javascript js date seconds to hours js seconds to hours javascript convert seconds to minutes format converting seconds to minutes js js convert seconds to hours minutes seconds convert seconds to days hours minutes javascript javascript convert seconds to hours minutes and seconds javascript ms to seconds seconds to hours, minutes, seconds javascript js seconds to minutes and seconds js minutes to hours and minutes convert number to minutes and seconds javascript seconds to minutes:seconds conversion javascript convert seconds to hours minutes seconds js javascript date to hours minutes seconds minutes to seconds javascript seconds to hour minutes seconds js second to minute javascript minutes to hours and minutes javascript convert hour to seconds javascript convert minutes into seconds javascript how to convert a number into minutes and seconds js how to convert minutes into seconds in javascript how to convert a number to hours minutes and seconds in javascrip convert seconds to hours js seconds to hours convert js converting minutes into seconds into js how conver seconds to hours minutes and seconds in javascript convert hours into sec javascript calculate minutes and seconds from seconds js convert hours min sec to seconds js javascript convert hours into sec convert seconds into hours minutes javascript convert seconds to hours, minutes seconds javascript javascript convert second to time second to minute js javascript seconds to min and seconds js convert minutes to hours and minutes number converted to minutes and seconds javascript convert minutes to hours minutes seconds javascript js seconds to minutes hour minute second to seconds javascript time converter javascript minutes to hours seconds time converter javascript minutes to hours javascript format second to hours:minutes:seconds sec to hour min sec js convert seconds to hours and minutes javascript convert sec to minutes js javascript seconds to seconds minutes hours second to minutes in js javascript convert minutes to hours convert seconds to days hours minutes seconds js minutes convert to seconds in js javascript seconds to minutes and seconds javascript seconds to hours minutes seconds convert hours and minutes to seconds in javascript javascript convert number of seconds to time convert minutes to hours javascript javascript seconds to minute and seconds javascript convert seconds to hour minutes convert minutes to seconds javascript javascript seconds to minutes format how to convert seconds to minutes in javascript javascript function to convert hours in seconds javascript convert number in seconds to minutes and seconds transform seconds in minutes js javascript turn seconds into time seconds to hours converter in js js convert seconds to minute:seconds convert seconds to minutes and seconds in javascript javascript turn seconds to minutes and seconds seconds to time javascript javascript minutes and seconds to seconds calc seconds to hours js how to get only minutes from seconds in javascript how to get minutes from seconds in javascript 1 seconds to ms in javascript js seconds to mintes format hours minute seconds from minutes in javascript javascript convert time to hours minutes seconds minutes to hours js format second to minutes second js format seconds to minutes seconds javascript how to get hours from seconds in javascript seconds to minutes in js javascript seconds to minutes convert int to min and sec js minutes to seconds in js seconds convert into hour min send javascript get hours from seconds js javascript how to write a functiom the converts mitnues to seconds how to convert seconds to minutes in js convert time into seconds javascript extracting data step by step data, min, sec in js convert a given number to seconds in javascript javascript convert seconds to minutes hours seconds milliseconds javascript convert seconds to minutes hours seconds javascript convert seconds to minutes and seconds javascript convert integer minutes to seconds convert minutes in seconds javascript convert seconds to minutes seconds javascript convert minutes into hours javascript display seconds as minutes javascript seconds to hour and minutes javascript number of second convreter into hours min and sec js sec to min and hours convert java sacript how to calculate seconds in javascript convert seconds into minutes and hours js javascript turn seconds into minutes how to get hours mins and sec from mins seconds to minutes and seconds convert seconds to hours seconds in minutes javascript hour converter to seconds code js react seconds to hours convert seconds to hours javascript javascript get hours and minutes from seconds seconds to minutes html seconds to minutes nodejs convert seconds to minutes in number javascript convert number to seconds javascript how to turn seconds into readable time javascript seconds to hours converter javascript get minutes from seconds convert seconds into hours and minutes javascript seconds into hours js how to convert number in seconds javascript convert seconds into minutes and hours using javascript seconds to mins:sec JS hours to seconds react seconds to hours js javascript seconds to hour min convert minutes to seconds convert timestamp to minutes and seconds javascript convert timestamp to hours minutes seconds javascript how to sum minutes seconds on javascript minutes to hours javascript get minutes and seconds javascript min and second in js javascript add seconds to time seconds to hours javascript convert seconds to hous miunuts 24:39 minutes to seconds convert hours to seconds algorithm typescript hours to seconds convert sec into min in ts convert seconds into time javascript seconds to minutes convert time to seconds js change seconds to hours and minutes sconds JS seconds to minutes/seconds js seconds to timestamp react js how to convert seconds to minutes javascript Time Conversion seconds javascript js minutes to seconds timestamp to hours minutes seconds javascript online timestamp to hours minutes seconds javascript het minutes and seconds from seconds seconds to hour minutes seconds javascript convert seconds to hours and minutes javascript minutes to seconds seconds to hours minutes javascript why do we need to divide total seconds by 1000 in javascript javascript convert seconds into hours and minutes calculate second js javascript time to seconds seconds to minutes js seconds to minutes ja javascript convert seconds to hours timeFormat seconds into hours minutes seconds in javascript convert seconds to minutes and hours convert seconds to time value js convert time to seconds in javascript convert minutes 05:23 to seconds in js convert minutes to second converter in ts javascript second to minute:second descompose seconds in minutes seconds js convert seconds to days, hours, minutes javascript how to change seconds to digital format by module js hours minutes and seconds convert javascript javascript display hours minutes seconds javascript convert number to hours and minutes and seconds convertir duration en minute js javascript seconds to hours minutes javascript convert seconds to minutes seconds js function convert seconds into time days and hours js function convert seconds into time string how to convert minutes to seconds in javascript How to convert minutes and hours to seconds with vanilla JS js min to seconds javascript format seconds to minutes and seconds seconds to minutes and seconds javascript seconds to hours and minutes javascript convert hours to seconds in javascript javascript method convert to seconds seconds to hours javascript return second to digital hour in javascript javascript format hours second from seconds react native turn seconds into a minutes seconds to minutes conversion in jsx change secodns to minute js javascrpt seconds to hour and minuites get hours minutes seconds from seconds javascript javascript convert seconds to minutes and hours js conver seconds into readable time typescript second to hour min and seconds seconds to mins javascript java react convert seconds to hour minute java react convert seconds to hour mint javascript react convert seconds to hour and minutes how to display seconds in hr min and sec in js convert second into hour min sec js time in minutes:seconds js javascript convert seconds to minutes minutes:seconds to second converter javascript format seconds to minutes javascript convert seconds to minutes javascript transform seconds to minutes with js time converted into minutes and find seconds in minutes javascript javascript second to minute javascript minute and second to convert seconds
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source