Using meioMask Plugin is there any way to set up a mask so it will accept valid time in 24h or even better in 12h system?
$(#txtTime).setMask('time');
This plugin has a pre-defined 24h 'time' mask but it's not quite correct, so you can enter invalid time values like "29:00". Is this mask is not suitable for this purpose and if not which one would be better?