mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601d: Added ::monthName and tests
This commit is contained in:
parent
965415d7a4
commit
0d6788635e
3 changed files with 41 additions and 1 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
static bool leapYear (int);
|
||||
static int daysInMonth (int, int);
|
||||
static int daysInYear (int);
|
||||
static std::string monthName (int);
|
||||
|
||||
static int dayOfWeek (const std::string&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue