Search
MonthSettings.titleFormat Property
See Also
 






Gets or sets the string used to format the header title.

Namespace: MindFusion.Scheduling
File: MonthSettings.js

 Syntax

JavaScript  Copy Code

get titleFormat() {}

 Property Value

String. The format string.

 Remarks

Use standard formatting string for javaScript like "YY-MM-DD".

 See Also