Search and Top Navigation
#3499 closed feature (wontfix)
Opened October 22, 2008 08:28AM UTC
Closed April 07, 2009 06:56AM UTC
Last modified October 11, 2012 09:15PM UTC
selectWeek to accompany highlightWeek option
Reported by: | bavinckp | Owned by: | kbwood |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.datepicker | Version: | 1.6rc2 |
Keywords: | select week range | Cc: | |
Blocked by: | Blocking: |
Description
To accompany the highlightWeek feature, it would be a nice addition to the datpicker component if it could automatically select the entire week as its selected range when a single date is clicked.
This would show the week as selected as the datepicker already shows the current date range.
I have not found another easy way to do this as the datepicker requires a second date (click) when in range mode. See also my post on google groups http://groups.google.com/group/jquery-ui/browse_thread/thread/eea21ce21dc478fb/7d87f155a40f470c#7d87f155a40f470c
Attachments (1)
Change History (4)
Changed November 06, 2008 09:07PM UTC by comment:1
Changed November 19, 2008 03:15AM UTC by comment:2
owner: | grabanski → kbwood |
---|---|
status: | new → assigned |
Changed April 07, 2009 06:56AM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | assigned → closed |
Date range functionality has been removed from the datepicker.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
I have already implemented this. Changes are:
New option is "selectWeek", and must also have "rangeSelect" true to work.
{selectWeek: true, rangeSelect: true}
Hope this patch can make it in, be nice not to diff when there's new releases.