Search
ListSettings.generalFormat Property
See Also
 






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

Namespace: MindFusion.Scheduling
File: ListSettings.js

 Syntax

JavaScript  Copy Code

get generalFormat() {}

 Property Value

String. The format string.

 Remarks

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

 See Also