mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601: Migrated more Date instances to ISO8601d
This commit is contained in:
parent
68c6afbdd4
commit
244a80f799
6 changed files with 13 additions and 12 deletions
|
@ -478,7 +478,7 @@ int CmdGHistoryMonthly::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));
|
||||
|
||||
unsigned int addedBar = (widthOfBar * addedGroup[i.first]) / maxLine;
|
||||
unsigned int completedBar = (widthOfBar * completedGroup[i.first]) / maxLine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue