bootstrap-datepicker Questions

2

I'm trying to display angular ui datepicker with day header (Format of day in week header) with 2 letters the defualt in 3 letters and is defined by attr format-day-header="EEE" where can i find th...
Bought asked 11/8, 2015 at 13:12

2

I have use the ngbDatepicker in the form as below <ngb-panel> <ng-template ngbPanelTitle> <div class="row"> <ui-switch (change)="onChange($event,2)" [checked]="professional...

3

I'm setting the value of a bootstrap datepicker by making use of the setValue method provided. For example tripToDatePicker.setValue(tripFromDatePicker.date); But for some reason the calendar i...
Virelay asked 28/7, 2014 at 11:16

5

Solved

How can I set the startDate for tomorrow? I don't see an option in the documentation for Date.today so I can add one more day. Is there a way to accomplish this? $(function() { $("#appointment_a...
Saretta asked 19/1, 2013 at 0:22

10

I want to restrict the date picker of bootstrap from taking future date.I just want to enable the dates up to today only.How can i achieve this. Here is my code <script> var FromEndDate = ...

5

I am using bootstrap datepicker.I need to highlight some random dates. For Example: I need to highlight the dates like 1,3,8,20,21,16,26,30. Could you please tell me how to highlight those random...
Intrepid asked 28/2, 2015 at 14:13

1

I have a bootstrap datepicker (https://github.com/uxsolutions/bootstrap-datepicker) on my website, and I have an array of days which I want to enable and disable all the other dates in the datepick...
Granulate asked 17/5, 2019 at 14:34

2

Solved

When we select calendar icon, it automatically sets today's date to textbox. Is there any parameter/option in the datetimepicker() function which can be set to false or null preventing datetimepick...

2

I have some issues with beforeShowDay function with bootstrap datepicker. My intention is when I click any day, the 5 days after the selected day must contain the active class. When the page loads...

10

Solved

I am using the bootstrap-datepicker in my site. The datepicker will be used to define search filters. I need the initial value of the datepicker input element to be empty, so it will not introduce ...

7

Solved

I am using a datepicker in a modal window in my Bootstrap application. I am using the original Datepicker from Stefan Petre. I built it where it works in a desktop and mobile using a mouse and it w...
Springy asked 11/12, 2013 at 22:38

7

Solved

I am using bootstrap-datepicker and would like to show the date-picker on the modal of bootstrap 2. The problem I got is the date-picker is not scrolling accordingly when scrolling the modal, it is...

6

I am using bootstrap datepicker on a website, It is also styled to be sticky by giving its parent a fixed position, Its working fine normally but on testing it on Ipad and Iphone (not tested on and...
Ascendant asked 7/8, 2017 at 6:31

6

How can I activate my bootstrap DatePicker through clicking an icon? My HTML code is: <input type="text" class="datepicker"> <span class="add-on"><i class="icon-calendar" id="ca...
Lacy asked 8/1, 2014 at 7:19

4

Solved

Is there anyway to allow only weekday selections in the bootstrap date picker found below? https://github.com/eternicode/bootstrap-datepicker/ I'm instantiating the date picker like this: $('#dat...
Cuttlebone asked 19/4, 2012 at 18:9

2

Solved

There are two datepickers in my page and both are of bootstrap. The condition is only that Start date never High with respect to End Date. Means End date Attribute (minDate) must be changed when St...

3

Solved

I have a booking availability checking section on my website. I used bootstrap datepicker. When page loads first time, I am fetching some dates using jquery ajax & php from database to disabl...
Centerboard asked 7/12, 2017 at 14:9

2

Solved

For a long time, I'm having trouble with toValue and toDisplay. I need and appear on the display to show the date in format dd.mm.yyyy and u toValue, which is sent with the form so that it is in th...

2

I have created a aspnet core spa project with react using dotnet core spa stater template. I am using the default webpack configuration came with that stater template. I tried to include bootstrap ...
Bazluke asked 7/8, 2017 at 17:40

5

Solved

Having trouble disabling the DatePickerhere. Im able to disable the input field but the calender glyphicon will still open the picker when pressed. I've tried setting the disabled and readonly pro...
Bloodmobile asked 24/9, 2015 at 8:18

1

Is there any bootstrap datepicker available that supports displaying multiple months? There is an option in jquery-ui datepicker: numberOfMonths. I need something like this: http://jqueryui.com/r...
Beckybecloud asked 2/2, 2014 at 6:31

2

Solved

I want to disable specific date range in bootstrap daterangepicker. I need to use bootstrap daterangepicker which provides me the option of restricting the specific date range.

2

Solved

I have a Bootstrap modal where you can select a date. In the background, hidden fields are populated that are also submitted with the form. The issue is that when you select the datepicker element...

1

Solved

bootstrap datepicker in RTL layout is not working properly, I'm using this bootstrap datepicker http://bootstrap-datepicker.readthedocs.io This is the code my code in page.cshtml <div class="fo...
Stepheniestephens asked 13/2, 2017 at 2:31

3

Solved

If you initialize a bootstrap datepicker from eternicode with autoclose: true, two undesirable behaviors happen: After the picker closes, when you tab into the next field, you'll start at the beg...

© 2022 - 2024 — McMap. All rights reserved.