Datepicker for hh:mm::ss to support MySql data type time

How can display seconds in datepicker widgets type time? I need it for MySql data type time in database table

{
  "view":"datepicker",
"type" : "time",
  "name":"ora",
  "label":"ora",
  "width":250,
"required":"true",
  "invalidMessage": "time is mandatory"
}

Hi,

How can display seconds in datepicker widgets type time?

Unfortunately, there is not possibility to display seconds in datepicker. You can use the own solution for that. Please take a look at the topic about monthpicker:

http://forum.webix.com/discussion/4488/provide-a-month-picker

Here is my solution using jquery in webix. Why don’t you integrate the datepicker view
with sliders?

watch this
http://s33.postimg.org/83prlp3sf/Screen_Shot_06_08_16_at_03_38_PM.png

Here is the code for anyone needs

http://webix.com/snippet/7974f577

Hi,

Thank you for sharing your solution !