Search
DateTime.toString Method (String)
See Also
 






Converts the value of the current DateTime object to its equivalent string representation using the specified format.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public String toString (
    String format
)

 Parameters

format

A standard or custom date and time format string.

 Return Value

A string representation of value of the current DateTime object as specified by format.

 See Also