All Questions
8 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 ...
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 ...
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/...
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 ...
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: '...
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("...
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 ...
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(...