Skip to main content

Questions tagged [jquery-ui-datepicker]

A datepicker widget from jQuery-ui which allows the user to select a date from a popup or inline calendar

jquery-ui-datepicker
129 votes
12 answers
262k views

How do I localize the jQuery UI Datepicker?

I really need a localized dropdown calendar. An English calendar doesn't exactly communicate excellence on a Norwegian website ;-) I have experimented with the jQuery DatePicker, their website says ...
Thomas Eyde's user avatar
  • 3,906
2 votes
1 answer
5k views

jquery ui datepicker does not render (display) properly in IE 6.0

I have a display problem with jquery ui datepicker in IE 6.0. The border of the datepicker pop-up is not shown in IE 6.0, the background of the pop-up window is white (should be gray) and the back- ...
user avatar
4 votes
2 answers
9k views

In jquery ui date-picker how to allow selection of specific weekdays and disable the other weekdays

I need to limit the jquery ui date picker to only have future Tuesdays and Thursdays as selectable days. How can I accomplish this?
Jason Christa's user avatar
53 votes
8 answers
96k views

jQuery datepicker- 2 inputs/textboxes and restricting range

I am using the jQuery Datepicker widget with two input boxes, one for the "From" date and the second with the "To" date. I am using the jQuery Datepicker functional demo as a basis for getting the two ...
Russ Cam's user avatar
  • 125k
5 votes
7 answers
31k views

How do I hide the next/today/previous navigation in jQuery DatePicker and turn off animations?

How do I hide the prev/today/next navigation in jQuery DatePicker? I'm happy with just the Month and Year drop down boxes. Also how do I disable the animations? @tvanfosson - I already tried ...
Kev's user avatar
  • 119k
246 votes
19 answers
397k views

How do I pre-populate a jQuery Datepicker textbox with today's date?

I have a very simple jQuery Datepicker calendar: $(document).ready(function(){ $("#date_pretty").datepicker({ }); }); and of course in the HTML... <input type="text" size="10" value="" ...
Marcus's user avatar
  • 5,818

15 30 50 per page
1
195 196 197 198
199