:
if (this.value <= this.upperLimit) {
return this.value++;
to
if (++this.value <= this.upperLimit) {
return this.value;
if (minutes.getValue() >= 59) {
to
if (minutes.getValue() == 0) {
, 59 , <= 59, if. 59 , 60.
, 60, getValue(), 0.
, , 24...
, "" , , , , , . , . Shadowfax answer.