bootstrap-datetimepicker icon indicating copy to clipboard operation
bootstrap-datetimepicker copied to clipboard

Day/Hour view without date shown?

Open GeeZuZz opened this issue 8 years ago • 1 comments

I'm trying to use the picker as only a time picker. But it insists in showing a date at the top of the view. Is it possible to remove it so it will only show the hours?

Also, why is the Today button shown, even if I set it to false?

$('.timepicker').datetimepicker( { startView: 0, format: "hh:ii", autoclose: "true", todayBtn: "false", maxView: "day", minuteStep: 15 } );

GeeZuZz avatar Sep 01 '17 12:09 GeeZuZz

boolean type does not need "", such as "false", use false instead.

AlexV525 avatar Sep 10 '17 03:09 AlexV525