mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Datafile: Extracts YYYY and MM from it's file
This commit is contained in:
parent
a199c2e161
commit
d0da2c9ac6
2 changed files with 17 additions and 2 deletions
|
@ -51,6 +51,8 @@ public:
|
|||
private:
|
||||
std::string _name {};
|
||||
bool _dirty {false};
|
||||
Datetime _day1 {0};
|
||||
Datetime _dayN {0};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue