Search
DateTime.__toLocaleString Method
See Also
 






Converts this DateTime instance to a readable string, using locale conventions.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __toLocaleString ()

 Return Value

String. A readable locale string representation of this DateTime instance.

 See Also