mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 13:10:37 +02:00
ISO8601d: Conversion from Date to ISO8601d
This commit is contained in:
parent
f32e53c7d6
commit
68c6afbdd4
4 changed files with 29 additions and 29 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <main.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
#include <ISO8601.h>
|
||||
#include <CmdHistory.h>
|
||||
|
||||
extern Context context;
|
||||
|
@ -136,7 +137,7 @@ int CmdHistoryMonthly::execute (std::string& output)
|
|||
view.set (row, 0, y);
|
||||
priorYear = y;
|
||||
}
|
||||
view.set (row, 1, Date::monthName(m));
|
||||
view.set (row, 1, ISO8601d::monthName(m));
|
||||
|
||||
int net = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue