Reputation: 183
The jquery UI datepicker functionality is great, but I'd like to replicate the google analytics style date picker where you can select a range of dates by dragging from start to end. I don't think the datepicker can do this, nor the excellent filamentgroup range picker.
Anyone done this before and have either some mods to jquery ui datepicker or some other reference for me to consider?
Thanks
Upvotes: 6
Views: 2877
Reputation: 1316
I know this thread is old and that this solution isn't JQuery-UI specific but if someone comes looking for quick search then suggest taking a look at Date Range Picker
Upvotes: 0
Reputation: 1689
I've been searching for a jQuery plugin that supports selecting a range of dates.
Amazingly, the only one I found is for Prototype:
http://stephencelis.github.com/timeframe
The author's words sums up my problem with other existing "solutions":
I’m just sick of multiple date pickers on the same page.
If anyone knows of a jQuery plugin, please post an answer!
Upvotes: 3
Reputation: 2538
Take a look at the fullcalendar plugin, it has a lot of the functionality you're interested in, including some great-looking drag and drop support.
Upvotes: 0