Search and Top Navigation
#4775 closed enhancement (fixed)
Opened August 12, 2009 07:29PM UTC
Closed December 01, 2009 01:37AM UTC
Last modified October 03, 2012 04:58PM UTC
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' });