Search
ListSettings.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: ListSettings.js

 Syntax

JavaScript  Copy Code

get firstDayOfMonthFormat() {}

 Property Value

String. The format string.

 Remarks

Use standard formatting string for JavaScript like "DD".

 See Also