Search
MonthSettings.firstDayOfMonthFormat Property
See Also
 






Gets or sets the string used to format the cell header of the first day of each month.

Namespace: MindFusion.Scheduling
File: MonthSettings.js

 Syntax

JavaScript  Copy Code

get firstDayOfMonthFormat() {}

 Property Value

String. The format string.

 Remarks

Use standard format strings for JavaScript like "DD";

 See Also