mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601d: Added ::daysInMonth and tests
This commit is contained in:
parent
6f5d07dcd4
commit
d8eb0ac0da
3 changed files with 18 additions and 1 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue