Skip to main content

All Questions

1 vote
3 answers
303 views

jQuery datepicker month select box opens and closes immediately inside Bootstrap modal

I've encountered a conflict between Bootstrap's modal and jQuery UI datepicker where I can't use the month select box because something closes it immediately after being open. Steps to reproduce: ...
CIRCLE's user avatar
  • 4,889
0 votes
2 answers
5k views

Display only one month date on selection of start date in datepicker

I have a problem in my project. I want to show only one month date on select my start date, Say I select February 1st then the end date will be February 28, User could not select higher than 28 ...
Habib Hassan's user avatar
1 vote
0 answers
3k views

Date Picker not working on bootstrap 4 webpage

Datepicker and timepicker are not working along with jquery-3.2.1.slim.min.js popper.min.js and while removing it modal and bootstrap carousel are not working How to resolve this issue? Header files ...
Preetish Priyadarshi's user avatar
0 votes
1 answer
47 views

Use of datepicker and jQuery dialog features contemporarily

I need to use datepicker and jQuery dialog features using Bootstrap. To do this, I used these links: <link rel="stylesheet" href="resources/bootstrap.3.3.7/css/bootstrap.min.css"/> <...
red's user avatar
  • 1
3 votes
1 answer
10k views

How to set tomorrow's date as default using date picker?

I am doing a hotel booking project in which i need to give two input fields as arrival date and departure date, In arrival date i have displayed today's date as default and user can able to click over ...
Maniraj Murugan's user avatar
6 votes
7 answers
85k views

How to disable future dates in datepicker?

I have used following code for this but it is not working. please help me to do it. $(document).ready(function () { $('.datepicker').datepicker({ format: 'mm-dd-yyyy', ...
Praddyumna Sangvikar's user avatar
0 votes
3 answers
292 views

jquery datetime picture showing incorrect dates

I am using jquery datetimepicker like this: <script type="text/javascript"> $(document).ready(function () { $("#LessonDateTime").datetimepicker( ); }); </script> and when in the ...
Baahubali's user avatar
  • 4,840
4 votes
1 answer
1k views

bootstrap datepicker hides on selecting date ranges

i have used bootstrap datepicker. Now when i select date range other than "custom" the datepicker hides. I want to keep it visible when i select options other than "custom" and than closes on clicking ...
Mustafa.B's user avatar
  • 159
0 votes
0 answers
255 views

Using timepicker on bootstrap

I try to use datepicker and timepicker on a web application with jQuery. datepicker works well and I find the class. Nevertheless I do not know why timepicker does not. The class does not exist and ...
user3774233's user avatar
0 votes
0 answers
475 views

Change b:datepicker date format

I'm using bootstrap datepicker. <b:datepicker id="journeyDate" placeholder="Journey Date" value="#{openSearchController.otRouteBean.toTime}"/> The default date format date is mm/...
Teja Maridu's user avatar
0 votes
2 answers
954 views

Datepicker in AJAX loaded Modal

I can successfully initialize the datepicker every time the modal is loaded. What I cannot do, is to get it working to complete the input field. My logic is the following: Write Modal on page load ...
clod986's user avatar
  • 2,657
19 votes
8 answers
46k views

jQuery ui datepicker conflict with bootstrap datepicker

I want to show two months using bootstrap datepicker. After search on google I am not able to find how to show multiple months using bootstrap datepicker. I found that I can use JQuery UI for ...
ersat.ice37's user avatar
6 votes
4 answers
7k views

jQuery Datepicker in Twitter Bootstrap 3 Modal

I have been trying quite a few solutions to this problem now but i can't get it to work. I trying to get a datepicker into my form. The form is placed inside a bootstrap modal and thw whole thing is ...
Twistar's user avatar
  • 782
34 votes
7 answers
51k views

Implementing jQuery DatePicker in Bootstrap modal

Created jsfiddle for my issue http://jsfiddle.net/sudiptabanerjee/93eTU/ In modal window issue is on Change Month and Change Year combos. a) IE 11: everything is working as expected b) Chrome ...
Sudipta Banerjee's user avatar
0 votes
1 answer
681 views

JQuery UI Date Picker Focus

I have implemented JQuery UI Datepicker but have two problems with the functionality. Implemetation code is below <script type="text/javascript"> $(document).ready(function(){ $("....
Sideshow's user avatar
  • 1,361

15 30 50 per page