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

Packages that use DateFormat
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of DateFormat in com.ibm.icu.text
 

Subclasses of DateFormat in com.ibm.icu.text
 class ChineseDateFormat
          A concrete DateFormat for ChineseCalendar.
 class SimpleDateFormat
          SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
 

Methods in com.ibm.icu.text that return DateFormat
 DateFormat DateIntervalFormat.getDateFormat()
          Gets the date formatter
static DateFormat DateFormat.getDateInstance()
          Gets the date formatter with the default formatting style for the default locale.
static DateFormat DateFormat.getDateInstance(Calendar cal, int dateStyle)
          Convenience overload
static 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.
static 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.
static DateFormat DateFormat.getDateInstance(int style)
          Gets the date formatter with the given formatting style for the default locale.
static DateFormat DateFormat.getDateInstance(int style, Locale aLocale)
          Gets the date formatter with the given formatting style for the given locale.
static DateFormat DateFormat.getDateInstance(int style, ULocale locale)
          Gets the date formatter with the given formatting style for the given locale.
static DateFormat DateFormat.getDateTimeInstance()
          Gets the date/time formatter with the default formatting style for the default locale.
static DateFormat DateFormat.getDateTimeInstance(Calendar cal, int dateStyle, int timeStyle)
          Convenience overload
static 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.
static 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.
static DateFormat DateFormat.getDateTimeInstance(int dateStyle, int timeStyle)
          Gets the date/time formatter with the given date and time formatting styles for the default locale.
static DateFormat DateFormat.getDateTimeInstance(int dateStyle, int timeStyle, Locale aLocale)
          Gets the date/time formatter with the given formatting styles for the given locale.
static DateFormat DateFormat.getDateTimeInstance(int dateStyle, int timeStyle, ULocale locale)
          Gets the date/time formatter with the given formatting styles for the given locale.
static DateFormat DateFormat.getInstance()
          Get a default date/time formatter that uses the SHORT style for both the date and the time.
static DateFormat DateFormat.getInstance(Calendar cal)
          Convenience overload
static DateFormat DateFormat.getInstance(Calendar cal, Locale locale)
          Convenience overload
static DateFormat DateFormat.getInstance(Calendar cal, ULocale locale)
          Convenience overload
static DateFormat DateFormat.getPatternInstance(Calendar cal, String pattern, Locale locale)
          Convenience overload
static DateFormat DateFormat.getPatternInstance(Calendar cal, String pattern, ULocale locale)
          Create a DateFormat object that can be used to format dates and times in the calendar system specified by cal.
static DateFormat DateFormat.getPatternInstance(String pattern)
          Convenience overload
static DateFormat DateFormat.getPatternInstance(String pattern, Locale locale)
          Convenience overload
static DateFormat DateFormat.getPatternInstance(String pattern, ULocale locale)
          Create a DateFormat object that can be used to format dates and times in the given locale.
static DateFormat DateFormat.getTimeInstance()
          Gets the time formatter with the default formatting style for the default locale.
static DateFormat DateFormat.getTimeInstance(Calendar cal, int timeStyle)
          Convenience overload
static 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.
static 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.
static DateFormat DateFormat.getTimeInstance(int style)
          Gets the time formatter with the given formatting style for the default locale.
static DateFormat DateFormat.getTimeInstance(int style, Locale aLocale)
          Gets the time formatter with the given formatting style for the given locale.
static DateFormat DateFormat.getTimeInstance(int style, ULocale locale)
          Gets the time formatter with the given formatting style for the given locale.
 

Uses of DateFormat in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return 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.
protected  DateFormat GlobalizationPreferences.guessDateFormat(int dateStyle, int timeStyle)
          This function can be overridden by subclasses to use different heuristics.
protected  DateFormat Calendar.handleGetDateFormat(String pattern, Locale locale)
          Create a DateFormat appropriate to this calendar.
protected  DateFormat ChineseCalendar.handleGetDateFormat(String pattern, ULocale locale)
          Framework method to create a calendar-specific DateFormat object using the the given pattern.
protected  DateFormat Calendar.handleGetDateFormat(String pattern, ULocale locale)
          Create a DateFormat appropriate to this calendar.
 

Methods in com.ibm.icu.util with parameters of type DateFormat
 GlobalizationPreferences GlobalizationPreferences.setDateFormat(int dateStyle, int timeStyle, DateFormat format)
          Set an explicit date format.
 



Copyright (c) 2009 IBM Corporation and others.