Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a good date range picker. Any suggestions? [closed]

Tags:

javascript

We're building a dashboard similar to what Google Analytics has done and want a date range picker similar to theirs. Is anyone aware of an off the shelf javascript utility that can do this? I suppose we could roll our own if needed, but would love to find something ready to go. Below is an image of what Google's looks like.

alt text

like image 701
user77413 Avatar asked Dec 28 '09 19:12

user77413


2 Answers

Try this jQuery plugin which allows you select date range. See the last two examples on the page.

alt text http://img510.imageshack.us/img510/4323/picture9ux.png

alt text http://img684.imageshack.us/img684/8297/picture8x.png

like image 72
Chandra Patni Avatar answered Oct 07 '22 08:10

Chandra Patni


Yui calendar should do. here's an example of how to deal with date intervals http://developer.yahoo.com/yui/examples/calendar/intervalcal.html

like image 36
gmaurol Avatar answered Oct 07 '22 08:10

gmaurol