Using time with seconds in date range widget

Hello, webix team!

Is it possible to set seconds of time in date range widget? I need to set the time values from 00:00:00 to 23:59:59.

No proposals? Only custom coding?

Hello @azharinov,
Unfortunately, there’s no such possibility.
Though the seconds can be set via API and rendered, the calendar ( and the datepicker/daterange ) does not provide the possibility to select the seconds from UI.
If you need to allow user to do that, the only way is a custom solution: for example, a series of controls (hours-minutes-seconds) as in the snippet below:
https://snippet.webix.com/xwx9ytqf

Thank you for an answer.