Search
MonthSettings.generalFormat Property
See Also
 






Gets or sets the string used to format cells' headers.

Namespace: MindFusion.Scheduling
File: MonthSettings.js

 Syntax

JavaScript  Copy Code

get generalFormat() {}

 Property Value

String. The format string.

 Remarks

Use standard format strings for JavaScript like "YYYY-MM-DD";

 See Also