Uses of Class com.ibm.icu.text.DateFormat

Uses in package com.ibm.icu.util

Methods with parameter type com.ibm.icu.text.DateFormat

GlobalizationPreferences
GlobalizationPreferences.setDateFormat(int dateStyle, int timeStyle, DateFormat format)
Set an explicit date format.
GlobalizationPreferences
Sets a number format explicitly.

Methods with return type com.ibm.icu.text.DateFormat

DateFormat
GlobalizationPreferences.getDateFormat(int dateStyle, int timeStyle)
Gets a date format according to the current settings.
DateFormat
Calendar.getDateTimeFormat(int dateStyle, int timeStyle, Locale loc)
Return a DateFormat appropriate to this calendar.
DateFormat
Calendar.getDateTimeFormat(int dateStyle, int timeStyle, ULocale loc)
Return a DateFormat appropriate to this calendar.
DateFormat
Calendar.handleGetDateFormat(String pattern, Locale locale)
Create a DateFormat appropriate to this calendar.
DateFormat
Calendar.handleGetDateFormat(String pattern, ULocale locale)
Create a DateFormat appropriate to this calendar.
DateFormat
ChineseCalendar.handleGetDateFormat(String pattern, ULocale locale)
Framework method to create a calendar-specific DateFormat object using the the given pattern.

Uses in package com.ibm.icu.text

Classes derived from com.ibm.icu.text.DateFormat

class
A concrete DateFormat for ChineseCalendar.
class
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.

Methods with return type com.ibm.icu.text.DateFormat

DateFormat
Gets the date formatter with the default formatting style for the default locale.
DateFormat
DateFormat.getDateInstance(Calendar cal, int dateStyle)
Convenience overload
DateFormat
DateFormat.getDateInstance(Calendar cal, int dateStyle, Locale locale)
Create a DateFormat object that can be used to format dates in the calendar system specified by cal.
DateFormat
DateFormat.getDateInstance(Calendar cal, int dateStyle, ULocale locale)
Create a DateFormat object that can be used to format dates in the calendar system specified by cal.
DateFormat
Gets the date formatter with the given formatting style for the default locale.
DateFormat
DateFormat.getDateInstance(int style, Locale aLocale)
Gets the date formatter with the given formatting style for the given locale.
DateFormat
DateFormat.getDateInstance(int style, ULocale locale)
Gets the date formatter with the given formatting style for the given locale.
DateFormat
Gets the date/time formatter with the default formatting style for the default locale.
DateFormat
DateFormat.getDateTimeInstance(Calendar cal, int dateStyle, int timeStyle)
Convenience overload
DateFormat
DateFormat.getDateTimeInstance(Calendar cal, int dateStyle, int timeStyle, Locale locale)
Create a DateFormat object that can be used to format dates and times in the calendar system specified by cal.
DateFormat
DateFormat.getDateTimeInstance(Calendar cal, int dateStyle, int timeStyle, ULocale locale)
Create a DateFormat object that can be used to format dates and times in the calendar system specified by cal.
DateFormat
DateFormat.getDateTimeInstance(int dateStyle, int timeStyle)
Gets the date/time formatter with the given date and time formatting styles for the default locale.
DateFormat
DateFormat.getDateTimeInstance(int dateStyle, int timeStyle, Locale aLocale)
Gets the date/time formatter with the given formatting styles for the given locale.
DateFormat
DateFormat.getDateTimeInstance(int dateStyle, int timeStyle, ULocale locale)
Gets the date/time formatter with the given formatting styles for the given locale.
DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
DateFormat
Convenience overload
DateFormat
DateFormat.getInstance(Calendar cal, Locale locale)
Convenience overload
DateFormat
Convenience overload
DateFormat
Gets the time formatter with the default formatting style for the default locale.
DateFormat
DateFormat.getTimeInstance(Calendar cal, int timeStyle)
Convenience overload
DateFormat
DateFormat.getTimeInstance(Calendar cal, int timeStyle, Locale locale)
Create a DateFormat object that can be used to format times in the calendar system specified by cal.
DateFormat
DateFormat.getTimeInstance(Calendar cal, int timeStyle, ULocale locale)
Create a DateFormat object that can be used to format times in the calendar system specified by cal.
DateFormat
Gets the time formatter with the given formatting style for the default locale.
DateFormat
DateFormat.getTimeInstance(int style, Locale aLocale)
Gets the time formatter with the given formatting style for the given locale.
DateFormat
DateFormat.getTimeInstance(int style, ULocale locale)
Gets the time formatter with the given formatting style for the given locale.

Copyright (c) 2006 IBM Corporation and others.