org.apache.log4j.helpers
public class DateTimeDateFormat extends AbsoluteTimeDateFormat
Since: 0.7.5
| Constructor Summary | |
|---|---|
| DateTimeDateFormat() | |
| DateTimeDateFormat(TimeZone timeZone) | |
| Method Summary | |
|---|---|
| StringBuffer | format(Date date, StringBuffer sbuf, FieldPosition fieldPosition)
Appends to sbuf the date in the format "dd MMM yyyy
HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459". |
| Date | parse(String s, ParsePosition pos)
This method does not do anything but return null. |
sbuf the date in the format "dd MMM yyyy
HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".Parameters: sbuf the string buffer to write to
null.