Hello,
First off, I would like to thank you for helping me with a previous problem, the answer was faster than I expected.
Now for the dilemma...
Is there a way, in the month view, to say something like this :
if (date on calendar is before today )
{
then make bg color of day red;
}else
{
make bg color of day green;
}
any ideas?
i can change the css and make all the days except selectedDay be red, and vice-versa, but I can't figure out how to set colors for all the days based on today's date so that the past = red, and today & the future = green.
Thanks again for your help.
First off, I would like to thank you for helping me with a previous problem, the answer was faster than I expected.
Now for the dilemma...
Is there a way, in the month view, to say something like this :
if (date on calendar is before today )
{
then make bg color of day red;
}else
{
make bg color of day green;
}
any ideas?
i can change the css and make all the days except selectedDay be red, and vice-versa, but I can't figure out how to set colors for all the days based on today's date so that the past = red, and today & the future = green.
Thanks again for your help.