Optional. Defines the format of the value to be applied when working with TimePicker events
const timepicker = new dhx.Timepicker("timepicker_container", {
value: "06:00",
timeFormat: 24,
valueFormat: "string"
});
// or
const timepicker = new dhx.Timepicker("timepicker_container", {
value: {hour: 6, minute: 0, AM: true},
timeFormat: 12,
valueFormat: "timeObject"
});
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