| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
toGMTString
- 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()
|
| |
|