How to a make a visible for a particular value in calendar
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,
Re: How to a make a visible for a particular value in calendar
You can specify a forecolor for that specific cell by using the FromRgb() or FromgARgb() method.
Re: How to a make a visible for a particular value in calendar
Quote:
Originally Posted by mendhak
You can specify a forecolor for that specific cell by using the FromRgb() or FromgARgb() method.
HI mendthak,
I got it.Thanks.
Re: How to a make a visible for a particular value in calendar