org.apache.log4j.helpers
public class ISO8601DateFormat extends AbsoluteTimeDateFormat
Refer to the summary of the International Standard Date and Time Notation for more information on this format.
Since: 0.7.5
| Constructor Summary | |
|---|---|
| ISO8601DateFormat() | |
| ISO8601DateFormat(TimeZone timeZone) | |
| Method Summary | |
|---|---|
| StringBuffer | format(Date date, StringBuffer sbuf, FieldPosition fieldPosition)
Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS"
to sbuf. |
| Date | parse(String s, ParsePosition pos)
This method does not do anything but return null. |
sbuf. For example: "1999-11-27 15:49:37,459".Parameters: sbuf the StringBuffer to write to
null.