Lakshmana Katrgadda
Lakshmana Katrgadda
minute Step properly Not Working with this condition newVal = this.minute + this.minuteStep - (this.minute % this.minuteStep); after changed into newVal = this.minute + this.minuteStep; it is working fine for...
default time showing 17.80 with minute step 40 .current time is 17.59
ex: i have 4 steps .i clicked previous button in 4 step .it came to 3 step but finish button not disabled     