Defines format string for dates and time.
Namespace: MindFusion.Common
Assembly: Locale.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code sets the titleFormat property of a timetableSettings in calendar to dateFormats.shortDate.
JavaScript
Copy Code
|
|---|
| calendar.timetableSettings.titleFormat = calendar.formatInfo.dateFormats.shortDate; |
Inheritance HierarchyMindFusion.Common.DateFormats
See Also