Ticket #4775 (closed enhancement: fixed)

Opened 7 months ago

Last modified 4 months ago

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

Changed 4 months ago by joern.zaefferer

  • milestone changed from TBD to 1.next

Changed 4 months ago by kbwood

  • status changed from new to closed
  • resolution set to fixed

Fixed in r3485.

Note: See TracTickets for help on using tickets.