Interface DateTimeConstants
- All Known Subinterfaces:
DateTimeConstantsImpl
- All Known Implementing Classes:
DateTimeConstantsAdapter
Deprecated.
use DateTimeFormatInfo instead
DateTimeConstants class encapsulate a collection of DateTime formatting
symbols for use with DateTime format and parse services. This class extends
GWT's Constants class. The actual symbol collections are defined in a set of
property files named like "DateTimeConstants_xx.properties". GWT will will
perform late binding to the property file that specific to user's locale.
If you previously were using GWT.create on this interface, you should
use LocaleInfo.getDateTimeConstants() instead.
-
Method Summary
Modifier and TypeMethodDescriptionString[]
ampms()
Deprecated.String[]
Deprecated.String[]
eraNames()
Deprecated.String[]
eras()
Deprecated.Deprecated.String[]
months()
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
quarters()
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
weekdays()
Deprecated.String[]
Deprecated.
-
Method Details
-
ampms
String[] ampms()Deprecated. -
dateFormats
String[] dateFormats()Deprecated. -
eraNames
String[] eraNames()Deprecated. -
eras
String[] eras()Deprecated. -
firstDayOfTheWeek
String firstDayOfTheWeek()Deprecated. -
months
String[] months()Deprecated. -
narrowMonths
String[] narrowMonths()Deprecated. -
narrowWeekdays
String[] narrowWeekdays()Deprecated. -
quarters
String[] quarters()Deprecated. -
shortMonths
String[] shortMonths()Deprecated. -
shortQuarters
String[] shortQuarters()Deprecated. -
shortWeekdays
String[] shortWeekdays()Deprecated. -
standaloneMonths
String[] standaloneMonths()Deprecated. -
standaloneNarrowMonths
String[] standaloneNarrowMonths()Deprecated. -
standaloneNarrowWeekdays
String[] standaloneNarrowWeekdays()Deprecated. -
standaloneShortMonths
String[] standaloneShortMonths()Deprecated. -
standaloneShortWeekdays
String[] standaloneShortWeekdays()Deprecated. -
standaloneWeekdays
String[] standaloneWeekdays()Deprecated. -
timeFormats
String[] timeFormats()Deprecated. -
weekdays
String[] weekdays()Deprecated. -
weekendRange
String[] weekendRange()Deprecated.
-