Initializes a new instance of the DateFormats class.
Namespace: MindFusion.Common
File: Locale.js
SyntaxJavaScript
Copy Code
|
|---|
function DateFormats () |
ExampleThe following code creates a new instance of the DateFormats class and assigns a custom shortTime format to it.
JavaScript
Copy Code
|
|---|
var m = MindFusion.Scheduling; var dateFormats = new m.DateFormats(); |
See Also