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
|
@ -744,7 +744,7 @@ void Chart::generateBars ()
|
|||
{
|
||||
case 'D': // month/day
|
||||
{
|
||||
std::string month = Date::monthName (cursor.month ());
|
||||
std::string month = ISO8601d::monthName (cursor.month ());
|
||||
bar._major_label = month.substr (0, 3);
|
||||
|
||||
sprintf (str, "%02d", cursor.day ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue