ISO8601d: Added ::daysInMonth and tests

This commit is contained in:
Paul Beckingham 2015-09-26 13:52:43 -04:00
parent 6f5d07dcd4
commit d8eb0ac0da
3 changed files with 18 additions and 1 deletions

View file

@ -45,6 +45,7 @@ public:
bool parse (const std::string&, std::string::size_type&, const std::string& format = "");
static bool leapYear (int);
static int daysInMonth (int, int);
static int dayOfWeek (const std::string&);