Most voted "bootstrap-datepicker" questions
A date picker (Datepicker) developed by uxsolutions that uses Bootstrap and jQuery.
Learn more…10 questions
Sort by count of
-
10
votes3
answers5420
viewsConfigure ng-bootstrap Datepicker for EN
I’m wearing a Datepicker from Ng-Bootstrap with Angular 2 and I want to set the date format (YYYY/MM/DD) to the format (DD/MM/YYYY) I also need to change the calendar days and months to Portuguese.…
-
2
votes1
answer885
viewsBootstrap Datepicker in mm/yyyy format set maximum date
I’m using Bootstrap Datepicker in mm/yyyy format, but I’m having trouble defining the longest possible date.The Code is like this: $('#mesVigencia').datepicker({ format: "mm/yyyy", startView:…
-
1
votes1
answer12385
viewsDatepicker Bootstrap does not work
I have a bootstrap Datepicker, but when I click on the button next to the text box, that calendar does not appear. I thought it might be some link or script missing, but I always find only the…
-
1
votes2
answers3852
viewsWhy does Bootstrap 4 datepicker API not work?
I’m creating a calendar, somewhere in the view, I needed an input for the user to enter a date. Since I’m wearing bootstrap 4 and bootstrap has several Addons for datepickers, I used one of them. On…
-
1
votes1
answer40
viewsHow do I set the date of Bootstrap Datepicker to null?
When I send the data for validation, it is stated that the field has a completed date, like today’s date. I would like to set as null at first obliging the user to fill in the field. DATEPICKER…
-
0
votes1
answer939
viewsBootstrap datepicker 1.6.4
I want to know how I do to start the date enabled for tomorrow’s day in the bootstrap datepicker, for example, the user can not select the date of today or yesterday, the user can only click on…
-
0
votes1
answer326
viewsHow to change the Datepicker format dynamically?
I wonder if there is any way to change the format of datepicker dynamically, using radio Buttons, but the way I’m trying is not working ... HTML <input id="periodo" name="periodo" type="text"…
-
0
votes1
answer220
viewsBring a pre-selected day with Datepicker BOOTSTRAP
in this calendar I want to pre-load it with the day 5 pre-selected(active). the code that carries it is this: $('#agenda_profissional_online').datepicker({ format: "yyyy-mm-dd", //este é dia…
-
-1
votes1
answer170
viewsMultiple CSS Conflict
Hello, I’m making an HTML table and I’m using my.CSS style sheet, but recently I made a datepicker with their bootstrap and their style link: <link rel="stylesheet"…
-
-1
votes1
answer81
viewsHow to use bootstrap datepicker to disable some dates
I believe that after a certain date chosen by the user, all the dates ahead are disabled for choice, I tried the use of maxDate, but it has no effect, I was able to disable some date using…