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

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)

Results 103 bootstrap-datetimepicker issues
Sort by recently updated
recently updated
newest added

recur bug by doing: 1.attach dtpicker to an input[type=text] 2. click the input, and the box is shown 3. click the input again (with no date picked), then the box...

It appears that the text of the clear button is internationalized but not localized in the included localization files. I didn't check all of the locales but upon opening a...

Hi dear Community, i have a Question. I need to customize my datetimepicker: Mo-Fr: hourMin=9, hourMax=21 Sat-So: hourMin=12, hourMax=18 additionally depending on special Dates (holidays!) i need to change this...

I am using the option hoursDisabled: [0,1,2,3,4,5,6,6,7,8,20,21,22,23] to prevent selection of time in a particular hour range. However one can still access the disabled hour using the navigation arrow in...

I'm using datetimepicker but I do not want to pick the minutes. I've set `minView` to 1 but the minutes still appear as something other than `00`. What I did...

It is a bit weird when I use both Moment.js format and your format differently, even though it show exactly the same format! ``` $('#input-created') .val(moment().subtract(1, 'days').format('YYYY-MM-DD HH:00')) .datetimepicker({ format:...

When datetimepicker close, "hide.bs.modal" will trigger but modal won't hide. Expect this event won't trigger.