Opened 10 years ago
Closed 7 years ago
#5708 closed feature (wontfix)
Datepicker: Add option to control if the year is displayed
Reported by: | Vagabond | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.2 |
Keywords: | haspatch | Cc: | |
Blocked by: | Blocking: |
Description
I've added an option to toggle whether the year is displayed in the Month/Year header. The reason I wanted to do this is I occasionally want the user to pick a calendar date for *every* year (seasonal closing times, etc) and I don't want to confuse them by displaying the year.
The commit implementing this can be found in my github branch for it:
http://github.com/Vagabond/jquery-ui/commits/datepicker_hide_year
Change History (4)
comment:1 Changed 7 years ago by
Type: | enhancement → feature |
---|
comment:2 Changed 7 years ago by
Milestone: | TBD → 1.11.0 |
---|
comment:3 Changed 7 years ago by
Keywords: | haspatch added |
---|---|
Status: | new → open |
comment:4 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Datepicker is for selecting a specific date, it can't operate without a year. If you pretend the year doesn't exist, you'll run into problems such as re-opening the datepicker showing the wrong month.