mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Date
- Added a new date parse method that indicates the length of the parsed item, and does not require Nibbler::depletion.
This commit is contained in:
parent
17ffe3d222
commit
0c0e36993d
3 changed files with 59 additions and 16 deletions
|
@ -43,8 +43,12 @@ public:
|
|||
Date (const std::string&,
|
||||
const std::string& format = "m/d/Y",
|
||||
const bool iso = true,
|
||||
const bool epoch = true,
|
||||
const bool require_depletion = true);
|
||||
const bool epoch = true);
|
||||
Date (const std::string&,
|
||||
std::string::size_type&,
|
||||
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