Ticket #4775 (closed enhancement: fixed)
Datepicker "yearRange" option should allow Absolute/Relative Range Mixture
| Reported by: | dlandis | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.next |
| Component: | ui.datepicker | Version: | 1.7.2 |
| Keywords: | datepicker yearRange | Cc: |
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
Note: See
TracTickets for help on using
tickets.