mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Date
- Formatting for readability.
This commit is contained in:
parent
ecb6adbbeb
commit
3d10dee67d
1 changed files with 5 additions and 1 deletions
|
@ -40,7 +40,11 @@ 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", const bool iso = true, const bool epoch = true, const bool require_depletion = true);
|
||||
Date (const std::string&,
|
||||
const std::string& format = "m/d/Y",
|
||||
const bool iso = true,
|
||||
const bool epoch = true,
|
||||
const bool require_depletion = true);
|
||||
Date (const Date&);
|
||||
virtual ~Date ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue