SimpleDateFormat Class Reference
Concrete class for formatting and parsing dates in a locale-sensitive manner.
More...
Inherits log4cxx::helpers::DateFormat.
Inherited by AbsoluteTimeDateFormat, DateTimeDateFormat, and ISO8601DateFormat.
List of all members.
Detailed Description
Concrete class for formatting and parsing dates in a locale-sensitive manner.
Constructor & Destructor Documentation
Constructs a DateFormat using the given pattern and the default time zone.
- Parameters:
-
| pattern | the pattern describing the date and time format |
Member Function Documentation
Formats an log4cxx_time_t into a date/time string.
- Parameters:
-
| s | string to which the date/time string is appended. |
| tm | date to be formatted. |
| p | memory pool used during formatting. |
Implements DateFormat.
void setTimeZone |
( |
const TimeZonePtr & |
zone |
) |
[virtual] |
Set time zone.
- Parameters:
-
Reimplemented from DateFormat.
The documentation for this class was generated from the following file: