ISO8601d: Added ::toMDY

This commit is contained in:
Paul Beckingham 2015-09-26 16:18:00 -04:00
parent da88eefe2b
commit 7a5025e64d
2 changed files with 12 additions and 0 deletions

View file

@ -46,6 +46,8 @@ public:
operator time_t () const;
bool parse (const std::string&, std::string::size_type&, const std::string& format = "");
void toMDY (int&, int&, int&);
ISO8601d startOfDay () const;
ISO8601d startOfWeek () const;
ISO8601d startOfMonth () const;