<input type="time" /> pattern
As 'time' input doesn't have a [pattern] attribute, you can check its value with this RegExp.
You must provide hours and minutes.
Seconds and milliseconds are optional.
To "activate" seconds on the input, give it the step="" attribute with a number reprensenting the incrementation in seconds....
Submitted by Ann MB - 3 years ago (Last modified 3 years ago)