org.apache.log4j.helpers
public class RelativeTimeDateFormat extends DateFormat
Since: 0.7.5
| Field Summary | |
|---|---|
| protected long | startTime |
| Constructor Summary | |
|---|---|
| RelativeTimeDateFormat() | |
| Method Summary | |
|---|---|
| StringBuffer | format(Date date, StringBuffer sbuf, FieldPosition fieldPosition)
Appends to sbuf the number of milliseconds elapsed
since the start of the application. |
| Date | parse(String s, ParsePosition pos)
This method does not do anything but return null. |
sbuf the number of milliseconds elapsed
since the start of the application.Since: 0.7.5
null.