ISO8601: Added static ::dayOfWeek

This commit is contained in:
Paul Beckingham 2015-09-26 13:29:31 -04:00
parent 71e2f1bf2f
commit 91588c7e96
2 changed files with 21 additions and 0 deletions

View file

@ -44,6 +44,8 @@ public:
operator time_t () const;
bool parse (const std::string&, std::string::size_type&, const std::string& format = "");
static int dayOfWeek (const std::string&);
private:
void clear ();
bool parse_date_time (Nibbler&);