Is there any way to include seconds in the HTML date time picker?
<input type="datetime-local" />
Looks like this has an answer here, using the "step" property: Show seconds on input type=date-local in Chrome
Setting step=1
will display seconds on the picker:
<input type=datetime-local step=1>
Some doc for the step can be found here: http://www.w3schools.com/jsref/prop_datetime-local_step.asp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With