mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601: Added static ::dayOfWeek
This commit is contained in:
parent
71e2f1bf2f
commit
91588c7e96
2 changed files with 21 additions and 0 deletions
|
@ -44,6 +44,8 @@ public:
|
|||
operator time_t () const;
|
||||
bool parse (const std::string&, std::string::size_type&, const std::string& format = "");
|
||||
|
||||
static int dayOfWeek (const std::string&);
|
||||
|
||||
private:
|
||||
void clear ();
|
||||
bool parse_date_time (Nibbler&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue