public String toString ()

Overriding: java.lang.Object

Converts this Date object to a String of the form:

 dow mon dd hh:mm:ss zzz yyyy
where:

Returns:  a string representation of this date.

See also:
java.util.Date.toLocaleString(), java.util.Date.toGMTString()