mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Added the ability to control date formats via the 'dateformat' configuration variable.
This commit is contained in:
parent
714d9c5544
commit
e8b7114ce8
6 changed files with 361 additions and 105 deletions
|
@ -44,8 +44,7 @@ public:
|
|||
void toEpoch (time_t&);
|
||||
time_t toEpoch ();
|
||||
void toMDY (int&, int&, int&);
|
||||
void toString (std::string&);
|
||||
std::string toString (void);
|
||||
std::string toString (const std::string& format = "m/d/Y");
|
||||
static bool valid (const int, const int, const int);
|
||||
|
||||
static bool leapYear (int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue