django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

Results 50 django-bootstrap3-datetimepicker issues
Sort by recently updated
recently updated
newest added
trafficstars

django.form.util deprecated in django 1.7 and will be removed in 1.9 but django.form.utils not available in 1.6. This commit avoid a deprecation warning and make the code django 1.9 ready....

IIRC, the actual bootstrap-datetimepicker.js provided here is the version 2.1.30 seems there is a new one: v3.0.0 https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/src/js/bootstrap-datetimepicker.js I noticed the v3.0.0 comes with some new method (setMinDate, etc .....

The README says to add `'bootstrap3_datetime'` to `INSTALLED_APPS`, but I had to use `'bootstrap3_datetime'`. I figure this is a typo somewhere, and that I'd report it!

Hello, I'm trying to get the datetimepicker to show up with an inlineformset and the fields appear on the formset along with a box where the glyph should be but...

Django renders the field as "#id_" but JS is looking for "#id__picker". As of Django 1.7.

![abc7c352-b373-11e4-8d01-012578ec14fa](https://cloud.githubusercontent.com/assets/6571935/6282374/fcd00ed6-b8f9-11e4-9321-f6204a5c7f5f.png)

The following field: ``` forms.DateField(required=True, widget=DateTimePicker()) ``` ...when rendered, does not have the star indicating required next to its label. If I don't use the DateTimePicker, the star is correctly...

How i put initial date?

Is there a way to cleanly disable sets of dates? For example, I'm trying to disable all dates greater than today. The JS docs say to call moment, but since...

Are you updating this? If you are, I just released 2.1.30 and if you're interested, I can add some install instructions and a link to your repository.