mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReportMonth: Fixed bug where the month was used as day of week
This commit is contained in:
parent
71a193a7db
commit
5e315907af
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ int renderReport (
|
|||
|
||||
// Today should be highlighted.
|
||||
if (day.sameDay (Datetime ()))
|
||||
std::cout << colorToday.colorize (day.dayNameShort (day.month ()))
|
||||
std::cout << colorToday.colorize (day.dayNameShort (day.dayOfWeek ()))
|
||||
<< ' '
|
||||
<< colorToday.colorize (rightJustify (day.day (), 2))
|
||||
<< ' ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue