[jQuery] jQueryUI datepicker, select multiple non-contiguous dates?

[jQuery] jQueryUI datepicker, select multiple non-contiguous dates?


The datepicker function is awesome for selecting a single day, but I
need to build a date control that allows the selection of both single
and multiple days (contiguous and non-contiguous).
I found something along the lines: http://www.filamentgroup.com/examples/daterangepicker_v2/index3.php
I would prefer a simpler UI: One calendar. Click once to select a
single, control-click (or shift-click?) to select additional days. Is
this possible? Anyone have any suggestions?
...Rene