A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/timepicker/api/timepicker_valueformat_config/ below:

Website Navigation


JavaScript Timepicker - valueFormat Config

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