Concrete class for converting and formatting a date/time in a locale-sensitive manner.
More...
#include <simpledateformat.h>
Concrete class for converting and formatting a date/time in a locale-sensitive manner.
Specifier | Date/time component |
G | era |
y | year |
M | month number |
MMM | abbreviated month name |
MMMM | full month name |
w | week in year |
W | week in month |
D | day in year |
d | day in month |
EEE | abbreviated day name |
EEEE | full day name |
a | AM or PM |
H | hour 0 - 23 |
k | hour 1 - 24 |
K | hour 0 - 11 |
h | hour 1 - 12 |
m | minute |
s | second |
S | millisecond |
z | time zone identifier |
Z | RFC822 time zone |
◆ SimpleDateFormat() [1/2]
log4cxx::helpers::SimpleDateFormat::SimpleDateFormat |
( |
const LogString & |
pattern | ) |
|
A time converter and formatter using pattern
and the default std::locale.
- Parameters
-
pattern | the specifiers describing the date and time format |
◆ SimpleDateFormat() [2/2]
log4cxx::helpers::SimpleDateFormat::SimpleDateFormat |
( |
const LogString & |
pattern, |
|
|
const std::locale * |
locale |
|
) |
| |
A time converter and formatter using pattern
and locale
.
- Parameters
-
pattern | the specifiers describing the date and time format |
locale | the user-preferred set of immutable facets |
◆ ~SimpleDateFormat()
log4cxx::helpers::SimpleDateFormat::~SimpleDateFormat |
( |
| ) |
|
◆ format()
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 log4cxx::helpers::DateFormat.
◆ setTimeZone()
void log4cxx::helpers::SimpleDateFormat::setTimeZone |
( |
const TimeZonePtr & |
zone | ) |
|
|
virtual |
The documentation for this class was generated from the following file: