Gets or sets the format of the day names displayed in the day names header.
Namespace: MindFusion.Scheduling
File: WeekRangeSettings.js
JavaScript Copy Code |
---|
get dayOfWeekFormat() {} |
One of the DayOfWeekFormat enumeration values.
The following code renders the days of the week in a WeekRangeSettings instance with a single letter. Note: the code assumes you have initialized a <div> element with id "calendar" in a web page that references the JavaScript file, which contains this code:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // notifies the days of the weeks with a single letter |