pickadate.js
pickadate.js copied to clipboard
why in timePicker doesn't existe seconds?
In my case need something like this set or get ('select', 04:22:34, { format: 'hh:i:ss' })
Hi, we only support hours and minutes as seconds are normally not needed for scheduling / plannings things using a time input.
@amsul should we add this to the timeUtil and other parts in v5 using step=1?
I would consider that out of scope for v5. But it sounds like a scenario where the extensibility in v5 would allow making a plugin as such.