- Added the ability to suppres ISO (fixed) and epoch date parsing.
This commit is contained in:
Paul Beckingham 2014-05-29 18:06:52 -04:00
parent 52eaf3f9c2
commit 79576819c3
2 changed files with 8 additions and 4 deletions

View file

@ -40,7 +40,7 @@ public:
Date (time_t);
Date (const int, const int, const int);
Date (const int, const int, const int, const int, const int, const int);
Date (const std::string&, const std::string& format = "m/d/Y");
Date (const std::string&, const std::string& format = "m/d/Y", const bool iso = true, const bool epoch = true);
Date (const Date&);
virtual ~Date ();