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

I am using bootstrap datetime picker with below link http://www.malot.fr/bootstrap-datetimepicker/ I need to change the property of datetimepicker on the change event of dropdown list as mentioned below If user...

onRenderHour and onRenderMinute examples fixed

I'm having a problem when using this datePicker inside a uib-tabset directive. I got this code for the input: ` ¿Tiené carne de salud vigente? Fecha de vencimiento ` And...

Hi guys. anyone knows how to use this package using webpack to bundle it? i am trying to use this in my Vue component but unfortunately. i can't seem to...

I am using bootstrap 3. When using element to bind datetimepicker is not input or input group: `this.bootcssVer = options.bootcssVer || (this.isInput ? (this.element.is('.form-control') ? 3 : 2) : (...

I'm using following options to initialize my datepicker ``` var currentDate = new Date(); $("#datetimepicker2").datetimepicker({ format: "yyyy-mm-dd", showMeridian: false, autoclose: true, minView: 2, endDate: currentDate, todayHighlight: false, initialDate: currentDate, todayBtn:...

There is an error in https://github.com/smalot/bootstrap-datetimepicker/blob/master/js/bootstrap-datetimepicker.js Example: date = "Tue Apr 18 17:15:13 UTC+0200 2017" In function timeZoneAbbreviation... When `date.split('(')[1]` is not null, that doesn't mean it is not undefined....

I am using datepicker with a modal (bootstrap) and using data-whatever's to check the ids passed to this modal, however I am passing 2 id in hidden fields and when...