ISO8601d: Added ::month

This commit is contained in:
Paul Beckingham 2015-09-26 14:16:38 -04:00
parent d351c9faf2
commit 24ff570427
2 changed files with 9 additions and 0 deletions

View file

@ -53,6 +53,8 @@ public:
static int length (const std::string&);
int month () const;
private:
void clear ();
bool parse_date_time (Nibbler&);