Multiple Date Selectors, how to?

Hi all,

I am looking for a nice way to do multiple date selection in a rails
application. The app I am working on is a type of scheduling
application where the users need to select the days they are available.
In many cases these dates won’t follow any type of pattern as
availability will be different for everyone.

Ideally it would be nice to show them a calendar and allow them to
select the dates that are good and have it all submitted back to the
application. Has anyone done something like this that could give me
some direction? At the same time, I am open to suggestions on a Date
picker to go with this.

Thanks

Peer

I use the javascript date picker from here:

http://www.dynarch.com/projects/calendar/

seems to be the best one I’ve found so far, and it’s open source.

Mike