jQuery: Multiple Dates Picker for jQuery UI

Hi

Does anyone know how to make use of the getDates method for the following example?


// avoid-dates

		$('#avoid-dates').multiDatesPicker({

			addAvoidedDates: ['10/1/2010', '11/2/2010', '12/3/2010', '01/4/2011']
			

		});

Thanks

Also, does anyone know how to make a callback and know which dates are selected for the above example?

Anyone?