public abstract class GDateFormatAbstract extends SimpleDateFormat
DateFormat.Field
Modifier and Type | Field and Description |
---|---|
static long |
DAYS
Number of ms in a day.
|
AM_PM_FIELD, calendar, DATE_FIELD, DAY_OF_WEEK_FIELD, DAY_OF_WEEK_IN_MONTH_FIELD, DAY_OF_YEAR_FIELD, DEFAULT, ERA_FIELD, FULL, HOUR_OF_DAY0_FIELD, HOUR_OF_DAY1_FIELD, HOUR0_FIELD, HOUR1_FIELD, LONG, MEDIUM, MILLISECOND_FIELD, MINUTE_FIELD, MONTH_FIELD, numberFormat, SECOND_FIELD, SHORT, TIMEZONE_FIELD, WEEK_OF_MONTH_FIELD, WEEK_OF_YEAR_FIELD, YEAR_FIELD
Constructor and Description |
---|
GDateFormatAbstract(String pattern)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
format(Date date,
StringBuffer toAppendTo,
FieldPosition pos) |
protected abstract long |
getOffset()
Get the offset of the date origin in milliseconds wrt to epoch.
|
applyLocalizedPattern, applyPattern, clone, equals, formatToCharacterIterator, get2DigitYearStart, getDateFormatSymbols, hashCode, parse, set2DigitYearStart, setDateFormatSymbols, toLocalizedPattern, toPattern
format, format, getAvailableLocales, getCalendar, getDateInstance, getDateInstance, getDateInstance, getDateTimeInstance, getDateTimeInstance, getDateTimeInstance, getInstance, getNumberFormat, getTimeInstance, getTimeInstance, getTimeInstance, getTimeZone, isLenient, parse, parseObject, setCalendar, setLenient, setNumberFormat, setTimeZone
format, parseObject
public static final long DAYS
public GDateFormatAbstract(String pattern)
pattern
- date pattern SimpleDateFormat
protected abstract long getOffset()
public StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition pos)
format
in class SimpleDateFormat
Copyright © 2024. All rights reserved.