ISO8601d: Added ::toISO

This commit is contained in:
Paul Beckingham
2015-09-26 18:42:32 -04:00
parent cc8a305b37
commit 2414f6b3d4
2 changed files with 21 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ public:
time_t toEpoch ();
std::string toEpochString ();
std::string toISO ();
double toJulian ();
void toMDY (int&, int&, int&);