ISO8601d: Added ::toString

This commit is contained in:
Paul Beckingham 2015-09-26 20:35:04 -04:00
parent 85703803c8
commit d25113e653
2 changed files with 53 additions and 9 deletions

View file

@ -51,6 +51,7 @@ public:
std::string toISO ();
double toJulian ();
void toMDY (int&, int&, int&);
const std::string toString (const std::string& format = "m/d/Y") const;
ISO8601d startOfDay () const;
ISO8601d startOfWeek () const;