Date
- Implemented Date::get_relatives to retrieve a list of all the supported relative date constructs.
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user