Search
DateFormats Class
See Also
 






Defines format string for dates and time.

Namespace: MindFusion.Common
File: Locale.js

 Syntax

JavaScript  Copy Code

// class
DateFormats.prototype = {}

 Example

The 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 Hierarchy

MindFusion.Common.DateFormats

 See Also