| java.lang.Object java.text.Format java.text.DateFormat com.ibm.webdav.SimpleRFC1123DateFormat
Constructor Summary | |
public | SimpleRFC1123DateFormat() Construct a SimpleDateFormat using the default pattern for the default
locale. |
currentSerialVersion | final static int currentSerialVersion(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
SimpleRFC1123DateFormat | public SimpleRFC1123DateFormat()(Code) | | Construct a SimpleDateFormat using the default pattern for the default
locale. Note: Not all locales support SimpleDateFormat; for full
generality, use the factory methods in the DateFormat class.
See Also: java.text.DateFormat |
equals | public boolean equals(Object obj)(Code) | | Override equals.
|
format | public StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition pos)(Code) | | Overrides DateFormat
Formats a date or time, which is the standard millis
since January 1, 1970, 00:00:00 GMT.
Parameters: date - the date-time value to be formatted into a date-time string. Parameters: toAppendTo - where the new date-time text is to be appended. Parameters: pos - the formatting position. On input: an alignment field,if desired. On output: the offsets of the alignment field. the formatted date-time string. See Also: java.util.DateFormat |
Methods inherited from java.text.DateFormat | public Object clone()(Code)(Java Doc) public boolean equals(Object obj)(Code)(Java Doc) final public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition fieldPosition)(Code)(Java Doc) abstract public StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)(Code)(Java Doc) final public String format(Date date)(Code)(Java Doc) public static Locale[] getAvailableLocales()(Code)(Java Doc) public Calendar getCalendar()(Code)(Java Doc) final public static DateFormat getDateInstance()(Code)(Java Doc) final public static DateFormat getDateInstance(int style)(Code)(Java Doc) final public static DateFormat getDateInstance(int style, Locale aLocale)(Code)(Java Doc) final public static DateFormat getDateTimeInstance()(Code)(Java Doc) final public static DateFormat getDateTimeInstance(int dateStyle, int timeStyle)(Code)(Java Doc) final public static DateFormat getDateTimeInstance(int dateStyle, int timeStyle, Locale aLocale)(Code)(Java Doc) final public static DateFormat getInstance()(Code)(Java Doc) public NumberFormat getNumberFormat()(Code)(Java Doc) final public static DateFormat getTimeInstance()(Code)(Java Doc) final public static DateFormat getTimeInstance(int style)(Code)(Java Doc) final public static DateFormat getTimeInstance(int style, Locale aLocale)(Code)(Java Doc) public TimeZone getTimeZone()(Code)(Java Doc) public int hashCode()(Code)(Java Doc) public boolean isLenient()(Code)(Java Doc) public Date parse(String source) throws ParseException(Code)(Java Doc) abstract public Date parse(String source, ParsePosition pos)(Code)(Java Doc) public Object parseObject(String source, ParsePosition pos)(Code)(Java Doc) public void setCalendar(Calendar newCalendar)(Code)(Java Doc) public void setLenient(boolean lenient)(Code)(Java Doc) public void setNumberFormat(NumberFormat newNumberFormat)(Code)(Java Doc) public void setTimeZone(TimeZone zone)(Code)(Java Doc)
|
|
|