#4775 closed enhancement (fixed)
Datepicker "yearRange" option should allow Absolute/Relative Range Mixture
Reported by: | dlandis | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8a2 |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | datepicker yearRange | Cc: | |
Blocked by: | Blocking: |
Description
I need to display all years from 1970 to 10 years in the future in all my datepickers, but this doesn't work currently.
I think this would be an easy fix for someone.
Example:
$('.selector').datepicker({ yearRange: '1970:+10' });
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Milestone: | 1.next → 1.8a2 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in r3485.