Search
ListSettings.firstDayOfYearFormat Property
See Also
 






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

Namespace: MindFusion.Scheduling
File: ListSettings.js

 Syntax

JavaScript  Copy Code

get firstDayOfYearFormat() {}

 Property Value

String. The format string.

 Remarks

Use standard formatting string for JavaScript like "YYYY".

 See Also