org.cruxframework.crux.gwt.client
Class DateFormatUtil
java.lang.Object
org.cruxframework.crux.gwt.client.DateFormatUtil
public class DateFormatUtil
- extends Object
Helper class for handle date formating.
- Author:
- Thiago da Rosa de Bustamante
|
Method Summary |
static com.google.gwt.i18n.client.DateTimeFormat |
getDateTimeFormat(String patternString)
Gets a DateTimeFormat object based on the patternString parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHORT_TIME_PATTERN
public static final String SHORT_TIME_PATTERN
- See Also:
- Constant Field Values
SHORT_DATE_TIME_PATTERN
public static final String SHORT_DATE_TIME_PATTERN
- See Also:
- Constant Field Values
SHORT_DATE_PATTERN
public static final String SHORT_DATE_PATTERN
- See Also:
- Constant Field Values
MEDIUM_TIME_PATTERN
public static final String MEDIUM_TIME_PATTERN
- See Also:
- Constant Field Values
MEDIUM_DATE_TIME_PATTERN
public static final String MEDIUM_DATE_TIME_PATTERN
- See Also:
- Constant Field Values
MEDIUM_DATE_PATTERN
public static final String MEDIUM_DATE_PATTERN
- See Also:
- Constant Field Values
LONG_TIME_PATTERN
public static final String LONG_TIME_PATTERN
- See Also:
- Constant Field Values
LONG_DATE_TIME_PATTERN
public static final String LONG_DATE_TIME_PATTERN
- See Also:
- Constant Field Values
LONG_DATE_PATTERN
public static final String LONG_DATE_PATTERN
- See Also:
- Constant Field Values
FULL_TIME_PATTERN
public static final String FULL_TIME_PATTERN
- See Also:
- Constant Field Values
FULL_DATE_TIME_PATTERN
public static final String FULL_DATE_TIME_PATTERN
- See Also:
- Constant Field Values
FULL_DATE_PATTERN
public static final String FULL_DATE_PATTERN
- See Also:
- Constant Field Values
DateFormatUtil
public DateFormatUtil()
getDateTimeFormat
public static com.google.gwt.i18n.client.DateTimeFormat getDateTimeFormat(String patternString)
- Gets a DateTimeFormat object based on the patternString parameter.
- Parameters:
patternString -
- Returns:
Copyright © 2014. All rights reserved.