All Questions
32 questions
1
vote
1
answer
754
views
How to validate start and end date in jquery datepicker without day.?
I have two datepickers which select only month and year. I need to validate this two datepickers. If I select a month and year from onedatepicker (starDate), say Feb 2017 and all the before dates (...
0
votes
5
answers
108
views
Why does jQuery Datepicker fail to change dateformat?
All:
Here are the jquery versions that I'm using:
jquery 2.1.4
jquery-UI 1.11.2
In my ASPX web page, I have the following:
Start Date: <input type="text" id="startdate" size="30"/>
...
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
2
answers
2k
views
Is there any way to show the jquery datepicker for only a single month
How can I show the datepicker or how can I restrict it to show only for a specified month? Lets say only for November or February.
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 ...
3
votes
1
answer
2k
views
Extending jQuery UI datepicker
I'm trying to extend jQuery's datepicker via the $.widget function, jQuery UI 1.10.3, with $.ui.datepicker as the base.
It seems that $.ui.datepicker is an object (unlike pretty much all the other ...
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
0
answers
101
views
Extending JQuery DatePicker for dblclick event and get the class of clicked/selected date (td)
Wondering how can implement following two functionalities for jquery-ui datepicker:
1- dblclick event handling,
2- Get the class(s) of the selected or clicked day (td) within the corresponding event ...
1
vote
1
answer
3k
views
datepicker-ui click on date display popup
I added some events to a datepicker ui calendar (assigned to a div so it's always visible) with an specific title each one. When clicking on any of this special dates I want to show a popup with the ...
1
vote
2
answers
2k
views
j-query date-picker does not work after post back
I have a j-query date-picker that does not work after the first post back. It only works before the post back but the date-picker does not work after post back. the text-box that shows the date-...
0
votes
1
answer
1k
views
Datepicker for each input element in dynamically created rows?
I have a dynamic for loop as shown below. It creates rows with 4 columns. I wanted to add a datepicker for one of the column with input field().
for (var i=0, file; file=o.files[i]; i++) { %}
...
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: '...
0
votes
2
answers
156
views
jQuery datepicker causing errors
I'm using a jQuery plugin for datepick (http://keith-wood.name/datepick.html)
<link rel="stylesheet" type="text/css" href="Styles/jquery.datepick.css"/>
<script type="text/javascript" ...
3
votes
2
answers
17k
views
jQuery UI Datepicker Inline - submiting form on click
I am trying to submit form when date is clicked on datepicker. I have managed to submit, but cannot pass chosen date to hidden field of the form. So, form submits, but date is not sent (
I am sure it ...
0
votes
2
answers
1k
views
JQuery datePicker SelectMultiple format dd/mm/yy
Got the datePicker working to select multiple dates. When the user selects multiple dates and closes the calendar the textbox displays the dates in the format:
Thur Jan 03 2013 00:00:00 GMT +0000
Fri ...