- Fixed bug that prevented "task list start.after:1/1/2009" from
  working.  Big, nasty bug.
This commit is contained in:
Paul Beckingham 2009-07-18 00:49:04 -04:00
parent e5f2b0c7d1
commit e8fc210ab0
4 changed files with 119 additions and 4 deletions

View file

@ -81,6 +81,7 @@ public:
time_t operator- (const Date&);
private:
bool isEpoch (const std::string&);
bool isRelativeDate (const std::string&);
protected: