Hi,

I have a doubt.I am creating a calendar using CSS. I give a color for today date.Now i am using these values to store in an array.

var highRed=new Array(10,15,18);
var lowYellow=new Array(1,5,6);
var mediumBlue=new Array(4,13,21);
var overdueBlack=new Array(12,25,29);

while the calendar loaded at that time these date values are highlight the calendar.Is it possible?

Thanks,