Inherited by AbsoluteTimeDateFormat, DateTimeDateFormat, and ISO8601DateFormat.
| Public Member Functions | |
| SimpleDateFormat (const LogString &pattern) | |
| Constructs a DateFormat using the given pattern and the default time zone. | |
| SimpleDateFormat (const LogString &pattern, const std::locale *locale) | |
| ~SimpleDateFormat () | |
| virtual void | format (LogString &s, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const | 
| Formats an log4cxx_time_t into a date/time string. | |
| void | setTimeZone (const TimeZonePtr &zone) | 
| Set time zone. | |
| 
 | 
| Constructs a DateFormat using the given pattern and the default time zone. 
 
 | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | ||||||||||||||||
| Formats an log4cxx_time_t into a date/time string. 
 
 Implements DateFormat. | 
| 
 | 
| Set time zone. 
 
 Reimplemented from DateFormat. |