django-bootstrap-datepicker-plus
django-bootstrap-datepicker-plus copied to clipboard
Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
**Describe the problem** I am trying to control the disabled hours based on change in the input field so that different days will have different disabled hours. Naturally the disabled...
I can see template with field date but the button on the right side with the calendar is not working... Thanks for help # needed for using bootstrap_datepicker_plus BOOTSTRAP3 =...
**Describe the bug** When using two languages that use different formats to validate a date, the widget sticks to the default (o defined) format and do not change with localization....
The picker appears correctly and posts the value correctly. However, the validation from a class based django view says the value is not valid. ``` class CreateProfileView(LoginRequiredMixin, CreateView): form_class =...
**Is your feature request related to a problem? Please describe.** This is a nice tool and easy to use, however it doesn't seem to work with bootstrap themes. For example,...
hello I would like to know how to disable holidays (like Christmas or New Years). And restrict the minutes to 00 and 30. Example: 12.00 12.30 Thank u! class Form(forms.ModelForm):...
Hi, I load manually load CSS and JS in my template for my ModelForm DateTime field. I dont load in {{ form.media.js }} as this is already loaded. The form...
I set the width of the datepicker using `DatePickerInput(format='%m/%d/%Y',attrs={"style": "width:12.5em"})` To match the size of other items in my form, however the calendar icon is still all the way over...
**Describe the problem** A clear and concise description of what the scenario is. I am unable to see the datepicker in my model form. **To Reproduce** Steps to reproduce the...
**Describe the problem** When I try to use the datepicker in a modal form, the calendar doesn´t show, but if I go to a commom form the widget shows. **Console...