ISO8601d: Added ::daysInMonth and tests
This commit is contained in:
@@ -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&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user