Search
DateTime.toLongDateString Method
See Also
 






Converts the value of the current DateTime object to its equivalent long date string representation.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public String toLongDateString ()

 Return Value

A string that contains the long date string representation of the current DateTime object.

 See Also