

$.datepicker.noWeekends - Set as beforeShowDay function to prevent selection of weekends.ĭatepicker provides support for localizing its content to cater for different languages and date formats.$.datepicker.iso8601Week( date ) - Determine the week of the year for a given date: 1 to 53.$.datepicker.parseDate( format, value, settings ) - Extract a date from a string value with a specified format.

$.datepicker.formatDate( format, date, settings ) - Format a date into a string value with a specified format.$.tDefaults( settings ) - Set settings for all datepicker instances.escape - close the datepicker without selection.ctrl+home - current month or open when closed.You can use keyboard shortcuts to drive the datepicker: For an inline calendar, simply attach the datepicker to a div or span. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.īy default, the datepicker calendar opens in a small overlay onFocus and closes automatically onBlur or when a date is selected. The jQuery UI Datepicker is a highly configurable plugin that adds datepicker functionality to your pages.
