mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
Date
- Implemented Date::get_relatives to retrieve a list of all the supported relative date constructs.
This commit is contained in:
parent
8e691d5c5f
commit
d167842e36
2 changed files with 52 additions and 30 deletions
|
@ -107,6 +107,8 @@ public:
|
|||
void operator++ (); // Prefix
|
||||
void operator++ (int); // Postfix
|
||||
|
||||
static const std::vector <std::string> get_relatives ();
|
||||
|
||||
private:
|
||||
bool isEpoch (const std::string&);
|
||||
bool isRelativeDate (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue