Home > OS >  Using html timepicker with interval
Using html timepicker with interval

Time:06-15

I would like to use html time picker with a certain interval

enter image description here

CodePudding user response:

https://mdbootstrap.com/docs/b4/jquery/forms/time-picker1/

Use the above time pickers,the UI will be shown consistent in all different browsers platforms and have full customized controls options available,default time picker or date picker have different ui behaviour in different browser and os platforms.

CodePudding user response:

It appears that the HTML time input doesn't support step by itself anymore. Here's a w3schools article that explains how to apply step with JavaScript instead.

  • Related