accessing datepicker cells

accessing datepicker cells


I'm trying to add html to specific days in the datepicker. The only
problem is that I'm going to have several datepickers on one page so I
can't access each cell by it's css class (e.g. $(".ui-datepicker-days-
cell") ) because I won't be able to be sure that I have accessed the
right calendar.
Any ideas on how I can do this?