django-bootstrap-datepicker-plus icon indicating copy to clipboard operation
django-bootstrap-datepicker-plus copied to clipboard

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0

Results 71 django-bootstrap-datepicker-plus issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the error "Uncaught TypeError: Cannot read property 'Constructor' of undefined at bootstrap datepicker" and the date pop up doesn't work: [Image](https://i.stack.imgur.com/wez63.png) I start getting this error after...

Traceback (most recent call last): File "C:\Users\alank\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\handlers\exception.py", line 47, in inner response = get_response(request) File "C:\Users\alank\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\handlers\base.py", line 181, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "C:\Users\alank\AppData\Local\Programs\Python\Python39\lib\site-packages\django\contrib\auth\decorators.py", line 21, in...

Hi, **Describe the bug** It seems this Django widget is using the `dp_config` attribute to pass the datepicker configuration to the JS side (https://github.com/monim67/django-bootstrap-datepicker-plus/blob/22c4299019cb6328eed2938598e323c0d43c5e9a/bootstrap_datepicker_plus/static/bootstrap_datepicker_plus/js/datepicker-widget.js#L7). It seems this is coming from...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

When a validation message is produced server-side by Django on a field that has been set to use `DatePickerInput`, the validation message will not appear even though it is present...

I can not set default value of control to tomorrow (or any other date based on today()). I tried to create custom function, something like: ` def rec_stopdate_default(): return (datetime.now()...

Calendar not showing up in a Modal form for the first time. If I close the modal and open it again, calendar starts working. Here is an error in console...

**Describe the bug** The plugin worked fine when developing the django website locally, but after deploying it to aws and running it using apache2 server instead of the default django...

Thank you for the great widget. I am using the minDate and maxDate options in the widgets. The minDate option works as expected. The maxDate option correctly sets the max...

**Describe the problem** when i want to formate date with time i am format it like this date = forms.DateTimeField(widget=DateTimePickerInput(format='%Y-%m-%d %H:%i')) that %i for minits is not working in widget...