Search
DateTime.toString Method
See Also
 






Returns a string representation of the current DateTime object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function toString ([format, [formatInfo]])

 Parameters

format
Optional.

The DateTime format used for the string representation.

formatInfo
Optional.

Object. The formatInfo object used for the string representation.

 Return Value

The string representation of the current DateTime object.

 See Also