mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601d: Added ::toString
This commit is contained in:
parent
85703803c8
commit
d25113e653
2 changed files with 53 additions and 9 deletions
|
@ -51,6 +51,7 @@ public:
|
|||
std::string toISO ();
|
||||
double toJulian ();
|
||||
void toMDY (int&, int&, int&);
|
||||
const std::string toString (const std::string& format = "m/d/Y") const;
|
||||
|
||||
ISO8601d startOfDay () const;
|
||||
ISO8601d startOfWeek () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue