You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
"use strict";var time={regexp:/:/,format:function(r,t,o){var e=Math.floor(r/60/60),a=Math.floor((r-60*e*60)/60),i=Math.round(r-60*e*60-60*a);return[e,a<10?"0"+a:a,i<10?"0"+i:i].join(":")}};module.exports=time;
|