private static DateFormat |
DateFormat.get(int dateStyle,
int timeStyle,
ULocale loc,
Calendar cal) |
Creates a DateFormat with the given time and/or date style in the given
locale.
|
DateFormat |
DateIntervalFormat.getDateFormat() |
Gets the date formatter
|
static DateFormat |
DateFormat.getDateInstance() |
Returns the date formatter with the default formatting style
for the default FORMAT locale.
|
static DateFormat |
DateFormat.getDateInstance(int style) |
Returns the date formatter with the given formatting style
for the default FORMAT locale.
|
static DateFormat |
DateFormat.getDateInstance(int style,
ULocale locale) |
Returns the date formatter with the given formatting style
for the given locale.
|
static DateFormat |
DateFormat.getDateInstance(int style,
java.util.Locale aLocale) |
Returns the date formatter with the given formatting style
for the given locale.
|
static DateFormat |
DateFormat.getDateInstance(Calendar cal,
int dateStyle) |
Creates a DateFormat object for the default locale that can be used
to format dates in the calendar system specified by cal .
|
static DateFormat |
DateFormat.getDateInstance(Calendar cal,
int dateStyle,
ULocale locale) |
Creates a DateFormat object that can be used to format dates in
the calendar system specified by cal .
|
static DateFormat |
DateFormat.getDateInstance(Calendar cal,
int dateStyle,
java.util.Locale locale) |
Creates a DateFormat object that can be used to format dates in
the calendar system specified by cal .
|
static DateFormat |
DateFormat.getDateTimeInstance() |
Returns the date/time formatter with the default formatting style
for the default FORMAT locale.
|
static DateFormat |
DateFormat.getDateTimeInstance(int dateStyle,
int timeStyle) |
Returns the date/time formatter with the given date and time
formatting styles for the default FORMAT locale.
|
static DateFormat |
DateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
ULocale locale) |
Returns the date/time formatter with the given formatting styles
for the given locale.
|
static DateFormat |
DateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
java.util.Locale aLocale) |
Returns the date/time formatter with the given formatting styles
for the given locale.
|
static DateFormat |
DateFormat.getDateTimeInstance(Calendar cal,
int dateStyle,
int timeStyle) |
Creates a DateFormat object for the default locale that can be used to format
dates and times in the calendar system specified by cal .
|
static DateFormat |
DateFormat.getDateTimeInstance(Calendar cal,
int dateStyle,
int timeStyle,
ULocale locale) |
Creates a DateFormat object that can be used to format dates and times in
the calendar system specified by cal .
|
static DateFormat |
DateFormat.getDateTimeInstance(Calendar cal,
int dateStyle,
int timeStyle,
java.util.Locale locale) |
Creates a DateFormat object that can be used to format dates and times in
the calendar system specified by cal .
|
static DateFormat |
DateFormat.getInstance() |
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
|
static DateFormat |
DateFormat.getInstance(Calendar cal) |
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
|
static DateFormat |
DateFormat.getInstance(Calendar cal,
ULocale locale) |
Returns a date/time formatter that uses the SHORT style
for both the date and the time.
|
static DateFormat |
DateFormat.getInstance(Calendar cal,
java.util.Locale locale) |
Returns a date/time formatter that uses the SHORT style
for both the date and the time.
|
static DateFormat |
DateFormat.getInstanceForSkeleton(Calendar cal,
java.lang.String skeleton,
ULocale locale) |
Creates a DateFormat object that can be used to format dates and
times in the calendar system specified by cal .
|
static DateFormat |
DateFormat.getInstanceForSkeleton(Calendar cal,
java.lang.String skeleton,
java.util.Locale locale) |
Creates a DateFormat object that can be used to format dates and
times in the calendar system specified by cal .
|
static DateFormat |
DateFormat.getInstanceForSkeleton(java.lang.String skeleton) |
Returns a DateFormat object that can be used to format dates and times in
the default locale.
|
static DateFormat |
DateFormat.getInstanceForSkeleton(java.lang.String skeleton,
ULocale locale) |
Returns a DateFormat object that can be used to format dates and times in
the given locale.
|
static DateFormat |
DateFormat.getInstanceForSkeleton(java.lang.String skeleton,
java.util.Locale locale) |
Returns a DateFormat object that can be used to format dates and times in
the given locale.
|
static DateFormat |
DateFormat.getPatternInstance(Calendar cal,
java.lang.String skeleton,
ULocale locale) |
Creates a DateFormat object that can be used to format dates and
times in the calendar system specified by cal .
|
static DateFormat |
DateFormat.getPatternInstance(Calendar cal,
java.lang.String skeleton,
java.util.Locale locale) |
Creates a DateFormat object that can be used to format dates and
times in the calendar system specified by cal .
|
static DateFormat |
DateFormat.getPatternInstance(java.lang.String skeleton) |
Returns a DateFormat object that can be used to format dates and times in
the default locale.
|
static DateFormat |
DateFormat.getPatternInstance(java.lang.String skeleton,
ULocale locale) |
Returns a DateFormat object that can be used to format dates and times in
the given locale.
|
static DateFormat |
DateFormat.getPatternInstance(java.lang.String skeleton,
java.util.Locale locale) |
Returns a DateFormat object that can be used to format dates and times in
the given locale.
|
private DateFormat |
MessageFormat.getStockDateFormatter() |
|
static DateFormat |
DateFormat.getTimeInstance() |
Gets the time formatter with the default formatting style
for the default FORMAT locale.
|
static DateFormat |
DateFormat.getTimeInstance(int style) |
Returns the time formatter with the given formatting style
for the default FORMAT locale.
|
static DateFormat |
DateFormat.getTimeInstance(int style,
ULocale locale) |
Returns the time formatter with the given formatting style
for the given locale.
|
static DateFormat |
DateFormat.getTimeInstance(int style,
java.util.Locale aLocale) |
Returns the time formatter with the given formatting style
for the given locale.
|
static DateFormat |
DateFormat.getTimeInstance(Calendar cal,
int timeStyle) |
Creates a DateFormat object that can be used to format times in
the calendar system specified by cal .
|
static DateFormat |
DateFormat.getTimeInstance(Calendar cal,
int timeStyle,
ULocale locale) |
Creates a DateFormat object that can be used to format times in
the calendar system specified by cal .
|
static DateFormat |
DateFormat.getTimeInstance(Calendar cal,
int timeStyle,
java.util.Locale locale) |
Creates a DateFormat object that can be used to format times in
the calendar system specified by cal .
|
DateFormat |
DateFormat.setBooleanAttribute(DateFormat.BooleanAttribute key,
boolean value) |
Sets a boolean attribute for this instance.
|