Opened 15 years ago

Closed 14 years ago

Last modified 10 years ago

#3270 closed bug (wontfix)

Datepicker doesn't allow dates before (I assume) 10 years ago

Reported by: wdbaker54 Owned by: grabanski
Priority: minor Milestone:
Component: ui.datepicker Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:

Description

I created a form that used datepicker to enter the birthdate of the person. I have just started looking through the code to find out why it doesn't allow dates before 10 years ago but this is a show stopper. I tried mucking with minDate and defaultDate with no affect. I don't know if this is needs to be an enhancement or a bug but I am going to list it as a bug since I am not finding anywhere in the docs that this limitation existed.

Change History (3)

comment:1 Changed 15 years ago by paul

Component: ui.coreui.datepicker
Owner: changed from paul to grabanski

comment:2 Changed 14 years ago by kbwood

Resolution: wontfix
Status: newclosed

The list of years provided in the drop-down is controlled by the yearRange setting. By default it is '-10:+10' indicating ten years before and after today. You can change this range or use actual year values, e.g. '1900:2010'.

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

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.