Hello!
I have a datepicker (jquery)
$("#datepicker").datepicker({
});
I want to colorize(highlight) some days in this datepicker. And these days i'd like to get from some array !!!!
I dont know, something like this:
$("#datepicker").datepicker({
highlight:['09/16/2009', 09/12/2009, 08/16/2009 ....] });
Help me please
Thanks a lot !!!