ISO8601d: Added ::length and tests

This commit is contained in:
Paul Beckingham 2015-09-26 13:38:32 -04:00
parent 9962c14de2
commit f615db8a4c
3 changed files with 65 additions and 1 deletions

View file

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