mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Date
- Added the ability to suppres ISO (fixed) and epoch date parsing.
This commit is contained in:
parent
52eaf3f9c2
commit
79576819c3
2 changed files with 8 additions and 4 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
Date (time_t);
|
||||
Date (const int, const int, const int);
|
||||
Date (const int, const int, const int, const int, const int, const int);
|
||||
Date (const std::string&, const std::string& format = "m/d/Y");
|
||||
Date (const std::string&, const std::string& format = "m/d/Y", const bool iso = true, const bool epoch = true);
|
||||
Date (const Date&);
|
||||
virtual ~Date ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue