Html – I'm trying to insert the time in a text field inverted
I'm trying to create a regular expression mask to insert the time starting with seconds, minutes and finally the hour. For example, showing 12:34:56 after typing - 6, 5, 4, 3, 2, 1 I tried creating a regular expression, but…