Search and Top Navigation
#5708 closed feature (wontfix)
Opened June 08, 2010 05:59PM UTC
Closed April 03, 2013 03:32PM UTC
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
Attachments (0)
Change History (4)
Changed June 26, 2012 01:22AM UTC by comment:1
type: | enhancement → feature |
---|
Changed October 11, 2012 09:04PM UTC by comment:2
milestone: | TBD → 1.11.0 |
---|
Changed October 19, 2012 10:05PM UTC by comment:3
keywords: | → haspatch |
---|---|
status: | new → open |
Changed April 03, 2013 03:32PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | open → closed |
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.