v1.4.0
ADD
-
The
formatoption- Can change the time display format to
hh:mmorh:m.
var tpSelectbox = new tui.TimePicker('#timepicker-selectbox', { format: 'hh:mm', // default 'h:m' ... }); - Can change the time display format to
-
The
disabledHoursoption- If you put the time in the disabledHours array, it will be displayed as disabled on the screen.
var tpSelectbox = new tui.TimePicker('#timepicker-selectbox', { disabledHours: [1, 2, 14], ... });