All Questions
Tagged with jquery-ui-datepicker jquery-plugins
42 questions
0
votes
0
answers
35
views
Setting request_locale change format variable Date in Struts 2 [duplicate]
I have a web app with Struts 2.5.30 and struts2-jquery-plugin 4.0.3 , I'm using datepicker with displayFormat="dd/mm/yy" and when user change language with a click on flag image the param ...
0
votes
1
answer
304
views
jQuery-ui datepicker not working after extending to add placeholder
I would like to use the dateFormat property as a placeholder. I have extended the jQuery function but can not get it to work after extending demo in fiddle below. What am I missing?
https://jsfiddle....
0
votes
1
answer
909
views
Jquery Datepicker - css
Is there any way to show month input type as number (i.e textbox with up and down arrow) instead of dropdown.
Please help on this. See my demo: https://jsfiddle.net/sharmilashree/VBGKU/1067/
.ui-...
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 (...
1
vote
0
answers
451
views
How to extend jQuery UI datepicker to modify Today button and add help icon
I would like to extend the jQuery UI datepicker widget (and call it datepickerHelp) that is based upon the jQuery UI datepicker widget. The reason I am interested in an extension rather than directly ...
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
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
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-...