Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5476 closed bug (wontfix)

Wrong year

Reported by: animal Owned by:
Priority: minor Milestone:
Component: ui.datepicker Version: 1.8
Keywords: wrong year Cc:
Blocked by: Blocking:

Description

Hi. First of all sorry for my english.

I've found bug in datepicker.

First U have to change option ("yearRange") to for example 1900-1993. $("#datepicker").datepicker({ yearRange: '1900:1993'});

Next if U will try to pick a date without changing a year it will show with current year instead of 1990 which it should.

Yours, Animal

Change History (2)

comment:1 Changed 13 years ago by kbwood

Resolution: wontfix
Status: newclosed

The yearRange option only affects how many years are shown in the drop-down list. If you need to limit the selectable dates use minDate and maxDate instead. You need to coordinate these options to be meaningful for your application.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.