Open SvenDS opened 3 years ago
00:00 is still enabled... Even when I pick h:0, m:0
$('#time_picker').datetimepicker({ format: 'LT', locale: 'nl-be', stepping: 10, disabledTimeIntervals: [[moment({ h: 0, m:0 }), moment({ h: 8 })]] });
00:00 is still enabled... Even when I pick h:0, m:0
$('#time_picker').datetimepicker({ format: 'LT', locale: 'nl-be', stepping: 10, disabledTimeIntervals: [[moment({ h: 0, m:0 }), moment({ h: 8 })]] });