Date.toLocaleString

Date.toLocaleString

Class Overview | Class Members | This Package | All Packages

Syntax
public String toLocaleString()
Returns
a string representation of this date, using the locale conventions.
Description
Note: toLocaleString() is deprecated.

Creates a string representation of this date in an implementation-dependent form. The intent is that the form should be familiar to the user of the Java application, wherever it may happen to be running. The intent is comparable to that of the "%c" format supported by the strftime() function of ISO C.

See Also
DateFormat