Search
DateTime.__toLocaleDateString Method
See Also
 






Converts the date component of this DateTime instance to a readable string, using locale conventions.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __toLocaleDateString ()

 Return Value

String. A readable locale string representation of the date component of this DateTime instance.

 See Also