#include <local_date.hh>
Inheritance diagram for mpcl::text::TLocalDate:
Public Methods | |
TLocalDate (const int kiYEAR, const int kiMONTH, const int kiDAY, const int kiHOUR=0, const int kiMINUTES=0, const int kiSECONDS=0) | |
TLocalDate (const EDateType keDATE_TYPE=eNow) throw (TConstraintException) | |
TString | get (const char *pkcDATE_FORMAT) const |
Definition at line 46 of file local_date.hh.
|
Builds a new instance.
Definition at line 64 of file local_date.hh. |
|
Builds a new instance.
Definition at line 83 of file local_date.hh. References mpcl::text::IDate::EDateType. |
|
Gets the current date in an specified strftime-like format.
Implements mpcl::text::IDate. Definition at line 37 of file local_date.cc. References mpcl::text::IDate::_kiMaxFormattedDate, mpcl::text::IDate::tSecondsFromEpoch, and mpcl::text::TString. |