java.lang.Object
net.fortuna.ical4j.model.CalendarDateFormatFactory
Deprecated.
$Id$ [06-Apr-2004]
Creates DateFormat objects optimized for common iCalendar date patterns.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DateFormatgetInstance(String pattern) Deprecated.Returns DateFormat objects optimized for common iCalendar date patterns.
-
Method Details
-
getInstance
Deprecated.Returns DateFormat objects optimized for common iCalendar date patterns. The DateFormats are *not* thread safe. Attempts to get or set the Calendar or NumberFormat of an optimized DateFormat will result in an UnsupportedOperation exception being thrown.- Parameters:
pattern- a SimpleDateFormat-compatible pattern- Returns:
- an optimized DateFormat instance if possible, otherwise a normal SimpleDateFormat instance
-
DateTimeFormatter