Converts the value of the current DateTime object to its equivalent string representation using the specified format and locale.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java Copy Code |
---|
public String toString ( |
A standard or custom date and time format string.
The locale that supplies culture-specific formatting information.
true to accept Excel-compatible format strings, or false otherwise.
A string representation of value of the current DateTime object as specified by format.