MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / DateFormatter

Method DateFormatter

src/core/renderer/MCDateFormatter.cpp:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace mailcore;
23
24DateFormatter::DateFormatter()
25{
26 mDateFormatter = NULL;
27 mDateStyle = DateFormatStyleMedium;
28 mTimeStyle = DateFormatStyleMedium;
29 mDateFormat = NULL;
30 mTimezone = NULL;
31 mLocale = NULL;
32 mAppleDateFormatter = NULL;
33}
34
35DateFormatter::~DateFormatter()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected