ISO8601: Added ::toISOLocalExtended method

This commit is contained in:
Paul Beckingham 2015-10-30 00:38:49 -04:00
parent 1cb295ef67
commit 61fc32d04f
2 changed files with 23 additions and 0 deletions

View file

@ -49,6 +49,7 @@ public:
time_t toEpoch () const;
std::string toEpochString () const;
std::string toISO () const;
std::string toISOLocalExtended () const;
double toJulian () const;
void toMDY (int&, int&, int&) const;
const std::string toString (const std::string& format = "m/d/Y") const;