Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#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 Jörn Zaefferer

Milestone: TBD1.next

comment:2 Changed 14 years ago by kbwood

Resolution: fixed
Status: newclosed

Fixed in r3485.

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

Milestone: 1.next1.8a2
Note: See TracTickets for help on using tickets.