mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601: Added ::monthOfYear and tests
This commit is contained in:
parent
f26cff9a4a
commit
ff320345e9
3 changed files with 50 additions and 11 deletions
|
@ -50,9 +50,8 @@ public:
|
|||
static std::string monthName (int);
|
||||
static void dayName (int, std::string&);
|
||||
static std::string dayName (int);
|
||||
|
||||
static int dayOfWeek (const std::string&);
|
||||
|
||||
static int monthOfYear (const std::string&);
|
||||
static int length (const std::string&);
|
||||
|
||||
int month () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue