Widgets > wijcalendar > wijcalendar How To > Select Weekdays |
The weekday selector appears below the calendar title (or below the calendar header if it exists on the calendar). It represents the week day names, Sunday through Saturday, that appear horizontally above the calendar days.
You can use the weekday selector to select the weekdays in the calendar at run time if you enable the day and weekday values for the selectionMode option like the following:
$("#calendar1").wijcalendar({
selectionMode:{day: true, weekDay: true}
});
This topic illustrates the following:
Select any of the week day names, such as Su.or Mo. that appear horizontally above the calendar days.