Search and Top Navigation
#3270 closed bug (wontfix)
Opened August 31, 2008 02:43PM UTC
Closed October 22, 2008 12:07AM UTC
Last modified October 11, 2012 09:15PM UTC
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.
Attachments (0)
Change History (3)
Changed September 01, 2008 02:38PM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
owner: | paul → grabanski |
Changed October 22, 2008 12:07AM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
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'.
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted