mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Holidays and dates
- improved dateformat handling now defaulting to YMD set via dateformat.holiday variable - fixed missing sorting in holiday table output when running calendar.holidays=full - renamed reportdateformat to dateformat.report - added config file checking for calendar.holidays and calendar.details - added 2 holiday files for SE and US (watertown, MA)
This commit is contained in:
parent
545013e839
commit
401f1b6496
10 changed files with 114 additions and 23 deletions
|
@ -155,7 +155,9 @@ tag names you have used, or just the ones used in active tasks.
|
|||
.TP
|
||||
.B dateformat=m/d/Y
|
||||
.TP
|
||||
.B reportdateformat=m/d/Y
|
||||
.B dateformat.report=m/d/Y
|
||||
.TP
|
||||
.B dateformat.holiday=YMD
|
||||
.TP
|
||||
.B report.X.dateformat=m/d/Y
|
||||
This is a string of characters that define how task formats dates. The precedence order
|
||||
|
@ -277,7 +279,7 @@ holiday.sysadmin.date=20100730
|
|||
.RE
|
||||
|
||||
.RS
|
||||
Dates are to be entered according to the setting in the dateformat variable.
|
||||
Dates are to be entered according to the setting in the dateformat.holiday variable.
|
||||
.RE
|
||||
|
||||
.TP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue