Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Compact Calendar Workdays

    Hello,

    Is there any way to set workdays on the calendar monthView?

    This only works for day and week view ....
    Code:
    	setWorkdays(new int[] { 1, 3, 5 });
    Thanks a lot
    Last edited by stonebranch1; 25 May 2012, 10:49.

    #2
    No, the month view doesn't normally show workdays in a distinct style. However you can override getDayBodyHTML and return HTML that fills the space for the day and has a background color based on whether the day is a workday or not.

    Comment

    Working...
    X