public final class DateFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.i18n.client.DateTimeFormat |
DATE_FORMAT_STR_ISO8601
Defines a commonly used date format that conforms
to ISO-8601 date formatting standard, when it includes basic undecorated
timezone definition
|
static com.google.gwt.i18n.client.DateTimeFormat |
DATE_FORMAT_STR_ISO8601_Z
Same as 'regular' 8601, but handles 'Z' as an alias for "+0000"
(or "GMT")
|
static com.google.gwt.i18n.client.DateTimeFormat |
DATE_FORMAT_STR_PLAIN
ISO-8601 with just the Date part, no time
|
static com.google.gwt.i18n.client.DateTimeFormat |
DATE_FORMAT_STR_RFC1123
This constant defines the date format specified by
RFC 1123 / RFC 822.
|
static com.google.gwt.i18n.client.TimeZone |
UTC_TIMEZONE
UTC TimeZone
|
public static final com.google.gwt.i18n.client.DateTimeFormat DATE_FORMAT_STR_ISO8601
public static final com.google.gwt.i18n.client.DateTimeFormat DATE_FORMAT_STR_ISO8601_Z
public static final com.google.gwt.i18n.client.DateTimeFormat DATE_FORMAT_STR_PLAIN
public static final com.google.gwt.i18n.client.DateTimeFormat DATE_FORMAT_STR_RFC1123
public static final com.google.gwt.i18n.client.TimeZone UTC_TIMEZONE
public static String format(Date date)
DATE_FORMAT_STR_ISO8601 and UTC_TIMEZONEdate - date to formatCopyright © 2013. All Rights Reserved.