Код: Выделить всё
function timePassed(time) {
var hours;
var mins;
//todo: get the hours and minutes from the input value and store them in separate variables
}
Подробнее здесь: https://stackoverflow.com/questions/737 ... pe-of-time
Код: Выделить всё
function timePassed(time) {
var hours;
var mins;
//todo: get the hours and minutes from the input value and store them in separate variables
}