Skip to main content

Search and Top Navigation

#7811 closed feature (wontfix)

Opened October 25, 2011 06:26PM UTC

Closed February 07, 2012 01:02PM UTC

Selecting Multiple Dates

Reported by: ldadams Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.8.16
Keywords: Cc:
Blocked by: Blocking:
Description

Ability to select more then one date. Then have the ability to get an array of the selected dates. Selecting multiple dates should be allowed via holding the CTRL key.

Attachments (0)
Change History (2)

Changed February 07, 2012 10:07AM UTC by adarshr comment:1

Selecting multiple dates by holding CTRL key should be an optional feature. Should have an option to enable multiple date selection by default. Something like:

$("#myElement").datepicker({multiple: true, maxDates: 3})

Corresponding CSS classes should be exposed for further styling.

Changed February 07, 2012 01:02PM UTC by scottgonzalez comment:2

resolution: → wontfix
status: newclosed

This isn't something we want to support with the datepicker plugin. Perhaps someone can build an extension after the new datepicker is written.