Enhancement

- Clarify the dateformat related variables for 'task information'.
This commit is contained in:
Louis-Claude Canon
2012-05-16 14:42:11 +02:00
committed by Paul Beckingham
parent 84e1d0e7d2
commit ba992a631e
7 changed files with 20 additions and 21 deletions

View File

@@ -475,15 +475,16 @@ Enables the extension system. Defaults to on.
.TP
.B dateformat.holiday=YMD
.TP
.B dateformat.info=m/d/Y H:N:S
.TP
.B dateformat.annotation=m/d/Y
.TP
.B report.X.dateformat=m/d/Y
This is a string of characters that define how taskwarrior formats date values.
The precedence order for the configuration variable is report.X.dateformat then
dateformat.report then dateformat. While report.X.dateformat only formats the
due date in reports, report.info.dateformat formats all the displayed dates of
"task info". dateformat.report formats the date both in reports
and "task info". If both of these are not set then dateformat will be applied
dateformat.report then dateformat for formating the due dates in reports.
If both report.X.dateformat and dateformat.report are not set then dateformat
will be applied
to the date. Entered dates as well as all other displayed dates in reports
are formatted according to dateformat.