Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get minutes and seconds from seconds

minutes = (700 - (700%60))/60; //11
seconds = 700%60); //40
//11:40
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #minutes #seconds #seconds
ADD COMMENT
Topic
Name
7+2 =