3
Someone knows some javascript mask for hours input where the format is not HH:mm. I will use to set the time in project hours and some of them may have more than 24 hours. Example 120:00 hours, 200:00 hours and there goes. The masks I got were only for the 24-hour format.
Have you tried Formatter.js ?
– Tony
Can you explain it better? if you have
120:00
how do you want it to appear? what input formats you have and what output formats you want?– Sergio
Hello Sergio. The ideal would be a mask that only allowed the entry of numbers and as they were typed, the time mask was applied. Example: if I type the numbers 2200, the mask would be applied and would be displayed 22:00. If you type 32030, with the mask would be 320:30. I could understand?
– Douglas Cristhian