ComputerDictionaries.org      Computer terms spelled out...
Home -› A -› toGMTString
Online dictionary
From all dictionaries     Only from this dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

toGMTString

AJDK Doc (JAVA)
- Method in class java.util.Date 
public String toGMTString ()
Deprecated.  As of JDK version 1.1, replaced by DateFormat.format(Date date), using a GMT TimeZone.Creates a string representation of this object of the form: where:Creates a string representation of this Date object of the form: where: The result does not depend on the local time zone.Returns: a string representation of this date, using the Internet GMT conventions.See Also:  DateFormat , toString() , toLocaleString()
See also: , , , ,