Skip to main content

All Questions

1 vote
1 answer
190 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,799
0 votes
1 answer
73 views

jQuery UI : Problem with datepicker on smartphones

I created a web site in ASP.NET Core MVC, using bootstrap and jquery-ui. The site works well in a desktop. However in a smartphone, when I want to pick a date with jquery-ui datepicker, the calendar ...
JDias's user avatar
  • 136
2 votes
1 answer
131 views

Pre-entered jqueryui datepicker "MM yy" formatted dates fail to render on ASP.Net server-side validation failure

I am using a jqueryui datepicker date (non-standard format: "MM yy" datepicker / "MMMM yyyy" C#). When the form fails server-side validation, dates that were pre-entered fail to re-render on return ...
AndrewStein's user avatar
0 votes
2 answers
4k 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
0 votes
1 answer
3k views

bootstrap date-picker with multiple dates

I wan't a date picker in which I can change years when clicking on year and Months when clicking on Month of date picker, also I want to select multiple dates the thing is I used both selectMultiple:...
Fredd M's user avatar
0 votes
1 answer
2k views

Datepicker icon not aligned properly with textbox

I have two textbox with datepicker, currently I am using a button icon for selecting the date. My problem is the button is appearing directly below the textbox whereas I would like it to align ...
subhrendu's user avatar
  • 157
0 votes
1 answer
21 views

Suggestions dropdown overwrite datepicker

As in the picture I posted, you can see that the recommendations dropdown list on click is shown over the datepicker and it blocked the datepicker section. How could I solve this? Is it familliar to ...
Haris Begic'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
0 votes
0 answers
561 views

Footable js is not working with bootstrap datepicker js and tooltip

My Master page head <link href="/Other/Bootstrap/bootstrap.min3.3.6.css" rel="stylesheet" /> <link href="/Css/custom.css" rel="stylesheet" /> <link href="/Css/font-awesome.css" rel="...
user6180198's user avatar
6 votes
7 answers
84k 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
0 answers
26 views

how to manipulate angular-ui-date with bower

This is my console error: Error: [$injector:nomod] Module 'ui.date' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the ...
Ammar Rabeb's user avatar
0 votes
3 answers
289 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,722
0 votes
2 answers
2k views

Steps to add datepicker to the bootstrap modal

I am working on a project where i have to add datepicker to the bootstrap modal.I donot know how to add datepicker to the modal popup window. I want the steps to add the datepicker to the ...
Deepak Keynes's user avatar

15 30 50 per page