It is possible to use methods of DHTMLX TimePicker via the getWidget() method of a TimePicker control.
For example, you can set value for a TimePicker control. To do this, you need to get the widget attached to the TimePicker control and then use the setValue() method of this widget.
const timepicker = form.getItem("timepicker").getWidget(); // -> TimePicker
timepicker.setValue("00:39"); //set the value as a string
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4