Top "Jquery-ui-datepicker" questions

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

How do I clear/reset the selected dates on the jQuery UI Datepicker calendar?

How do I reset the datepicker calendar values?.. The min and max date restrictions? The problem is that when I …

jquery jquery-ui jquery-ui-datepicker
How to add/subtract dates with JavaScript?

I want to let users easily add and subtract dates using JavaScript in order to browse their entries by date. …

javascript jquery date jquery-ui-datepicker
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 …

javascript jquery-ui localization calendar jquery-ui-datepicker
How to set minDate to current date in jQuery UI Datepicker?

This is my code and it is not working correctly. I want to set minDate to the current date. How …

jquery jquery-ui-datepicker
Jquery Date picker Default Date

I am using a Jquery Datepicker in my project. The problem is that it is not loading the current date, …

jquery jquery-ui datepicker jquery-ui-datepicker
How do I format date in jQuery datetimepicker?

I use jQuery datetimepicker which was extended from jQuery datepicker to pick not only date but time too. I want …

javascript jquery jquery-ui-datepicker
Jquery UI datepicker. Disable array of Dates

I have been trying to search for a solution to my Jquery ui datepicker problem and I'm having no luck. …

jquery-ui jquery-ui-datepicker
Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)?

I use a datepicker for choosing an appointment day. I already set the date range to be only for the …

javascript jquery jquery-ui jquery-ui-datepicker
.datepicker('setdate') issues, in jQuery

I have a function that executes a query to get some data based on a certain date range which is …

jquery jquery-ui jquery-ui-datepicker
Getting value from JQUERY datepicker

If I want to display the JQUERY UI datepicker inline by attaching it to a DIV like $("div#someID").datepicker() …

jquery jquery-ui jquery-ui-datepicker