Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4641 closed bug (wontfix)

Datepicker doesn't take the yearRange into account when rendering

Reported by: afx Owned by:
Priority: minor Milestone:
Component: ui.datepicker Version: 1.7.2
Keywords: datepicker, yearRange, current year, _selectDay Cc:
Blocked by: Blocking:

Description

When using the option yearRange: 2010-2011 the datepicker renders the _selectDay function with the current year

<td class="" onclick="DP_jQuery.datepicker._selectDay('#date_field ',26,2009, this);return false;">

Change History (3)

comment:1 Changed 14 years ago by kbwood

Resolution: wontfix
Status: newclosed

The yearRange setting just restricts the years that appear in the drop-down list. If you only want people to select dates within these years, you must use the minDate and maxDate settings.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

comment:18 Changed 10 years ago by mikesherov

#7782 is a duplicate of this ticket.

Note: See TracTickets for help on using tickets.