Skip to main content

Questions tagged [bootstrap-datepicker]

bootstrap-datepicker is a datepicker widget by uxsolutions (eternicode) that uses Twitter's bootstrap library. (Forked from eyecon)

bootstrap-datepicker
0 votes
1 answer
41 views

Bootstrap datepicker the years that more than the minDate

I have the issue with the boostrap datepicker. I set the datepicker with minDate: '-11m' and the datepicker show only 11 month before today (In this case: July 2023 - June 2024), but the datepicker ...
SeorangWibu2021's user avatar
0 votes
0 answers
19 views

facing issue when customize month order in locale Ja with bsdatepicker

const customMonthOrder: number[] = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0, 1]; // March to February // Get the default full month names const defaultMonthNames: string[] = jaLocale.months as string[]; //...
user24699569's user avatar
0 votes
1 answer
47 views

Why is my Bootstrap datepicker being duplicated if opened too early?

I have a datePicker in my code and when I open the datepicker before all requests are done when they are done it's adding a inline-datepicker inside my datepicker dropdown here's my code <div class=...
Asl's user avatar
  • 1
0 votes
0 answers
41 views

Bootstrap-datepicker not triggering 'show' event on when I change year for half-yearly calendar

I am using bootstrap-datepickertext for rendering half yearly calendar by manipulating monthly calendar as shown in the code- ` $.fn.datepicker.dates['halfyears']={ days: ["Sunday", &...
Meg's user avatar
  • 11
0 votes
0 answers
145 views

ngx bootstrap issue inside a container with overflow and adaptivePosition: true

I truly tries to find a post related to my problem, but they are all about modal windows ( obviously not my case ). The point is a minor problem with datepicker position if it has this config: ...
Андрей Садовинский's user avatar
0 votes
1 answer
49 views

how to customize ngxbootstrap daterangepicker?

I'm using ngx bootstrap datepicker i have a requirement to show multiple date range is calender.when open calender view should be months which show selected multiple months.on click that selected ...
Lovitha's user avatar
  • 27
1 vote
0 answers
52 views

ngxbootstarp daterangepicker calenders not come on side by side come as top of another

I upgraded ngx-datepicker to version so now my daterangepicker style changed that calenders are placing one on the top of another.No other change i made.Please suggest any solution enter image ...
Lovitha's user avatar
  • 27
0 votes
0 answers
26 views

Datepicker is not working on the second form displaying on submitting the first form using AJAX

I have created a form to take input from the user and then checking that input in my DB and accordingly displaying the same input on another form which is displaying over the first form on the same ...
Ujjawal 's user avatar
0 votes
0 answers
27 views

Datepicker does not work of a form created using php and html

I am trying to use datepicker in a form which is created in a php file. I can see the datepicker icon on the webpage but when I click on that it does not work. However, when I create this form on a ...
Ujjawal 's user avatar
0 votes
1 answer
260 views

Apply Custom Styles to the Active Date in Bootstrap Datepicker

I am currently using the bootstrap-datepicker with Bootstrap 5. I am attempting to modify the background color of the active date within the date picker. However, it seems that my custom styling is ...
John Flickinger's user avatar
0 votes
0 answers
52 views

Bootstrap datepicker defaults to today instead of input value date

I'm using Bootstrap 4 datepicker and the calendar popup defaults to todays date instead of the date set in input field. I also have multiple date fields in this form all using datepicker so want it ...
user23266206's user avatar
0 votes
0 answers
87 views

The django-bootstrap-datepicker-plus is not working properly when the date format option is used to set up a custom date format

I'm using this django model using a DateField with a default: from django.db import models from django.utils import timezone class MyModel(models.Model): submitted_by = models.ForeignKey( ...
swiss_knight's user avatar
  • 7,221
0 votes
0 answers
39 views

Use jquery to detect changes in django-bootstrap-datepicker-plus

I am using django_bootstrap5 and django-bootstrap-datepicker-plus in my project. I have two datetime fields, I want to populate second field when first field is populated and I'm trying to detect this ...
Tornike_G's user avatar
0 votes
0 answers
91 views

Disable all days except any two date in a month bootstrap date picker

Dev, I have requirements such as "Need to disable all the dates except 1st & 16th date every month". My customer doesn't want to select the rest of the dates at any time. I have tried to ...
Kannan.P's user avatar
  • 1,273
0 votes
0 answers
32 views

Angular ng-bootstrap datepicker overflow in dialog to main window

I am using ng-bootstrap & datepicker in a dialog box (MatDialog). When opening a datepicker placed at the bottom of the dialog, it results in the dialog scrolling, rather than the datepicker ...
Ben Halicki's user avatar

15 30 50 per page
1
2 3 4 5
75