Skip to main content

All Questions

1 vote
0 answers
994 views

Jquery UI timepicker slider and select

I'm using Trent Richardsons Timepicker plugin: http://trentrichardson.com/examples/timepicker/ As you can see in the demo, there is a method to switch the picker to a select format. What I'm trying ...
undusted's user avatar
0 votes
1 answer
428 views

Multi Datepicker not working after postback

I have a multi-select datepicker that working properly in first attempt but after the post-back datepicker are not showing. Can anyone help me with this? I tried searching for a solution but so far no ...
x'tian's user avatar
  • 734
0 votes
1 answer
678 views

Disable date after 7 days from today using datePicker4.4

I am using datePicker v4.4. I've trouble in disabling present date & dates after 7days from today. Below is the link for part of my work. please help. https://drive.google.com/file/d/...
Danish Dewani's user avatar
0 votes
1 answer
867 views

Date Picker error

I am trying to use Jquery Date picker functionality. It is working flawlessly if i am trying to use it a new html file, but while i am trying to integrate it with existing pages of my project it ...
WomenInTech's user avatar
  • 1,151
0 votes
2 answers
1k views

How to disable dates in jQuery datepicker?

I have 2 datepicker for filling checkin text box and checkout text box. I have to enable only checkin+13 days in checkout datepicker. What I tried is- $("#Chkin").datepicker({ dateFormat: '...
Sandy's user avatar
  • 2,449
2 votes
1 answer
21k views

How to validate the date time in datepicker?

I have two datetimepickers in a form to enter the start time and end time. The ID of the start time is "startTime" and that of end time is "endTime". var startTime = document.getElementById("...
saran's user avatar
  • 595
22 votes
10 answers
38k views

jquery datepicker not working on dynamically created html

I'm creating dynamically a couple of div with inner controls. Two of those controls should be datepickers. But for some reason they are not showing (only input text are shown) It works if I create ...
polonskyg's user avatar
  • 4,319
1 vote
2 answers
17k views

jQuery datepicker displaying a Buddhist date

Is there any jQuery datepicker plugin to display as Buddhist date? Currently I use the jQuery UI datepicker to display it, but it's not actually I want. Here is the code: $(document).ready( function(...
tsurahman's user avatar
  • 1,912