Date.toGMTString

Date.toGMTString

Class Overview | Class Members | This Package | All Packages

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

Creates a string representation of this date. The result is of the form:

in which the day of the month is always one or two digits. The other fields have exactly the width shown. The time zone is always given as "GMT".

See Also
DateFormat