mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Enhancement
- Clarify the dateformat related variables for 'task information'.
This commit is contained in:
parent
84e1d0e7d2
commit
ba992a631e
7 changed files with 20 additions and 21 deletions
|
@ -109,6 +109,7 @@ std::string Config::_defaults =
|
|||
"# Dates\n"
|
||||
"dateformat=m/d/Y # Preferred input and display date format\n"
|
||||
"dateformat.holiday=YMD # Preferred input date format for holidays\n"
|
||||
"dateformat.info=m/d/Y H:N:S # Preferred display date format for information\n"
|
||||
"dateformat.report=m/d/Y # Preferred display date format for reports\n"
|
||||
"dateformat.annotation=m/d/Y # Preferred display date format for annotations\n"
|
||||
"weekstart=Sunday # Sunday or Monday only\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue