mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 14:36:44 +02:00
Relative dates
- eoq and soq to refer to the end and start of the quarter (thanks to David French)
This commit is contained in:
parent
e5ae145df2
commit
6e1ba161b1
5 changed files with 59 additions and 3 deletions
|
@ -600,7 +600,7 @@ task ... due:1day
|
|||
task ... due:9hrs
|
||||
|
||||
.TP
|
||||
Start of (work) week (Monday), calendar week (Sunday or Monday), month and year
|
||||
Start of (work) week (Monday), calendar week (Sunday or Monday), month, quarter and year
|
||||
.br
|
||||
task ... due:sow
|
||||
.br
|
||||
|
@ -610,10 +610,12 @@ task ... due:socw
|
|||
.br
|
||||
task ... due:som
|
||||
.br
|
||||
task ... due:soq
|
||||
.br
|
||||
task ... due:soy
|
||||
|
||||
.TP
|
||||
End of (work) week (Friday), calendar week (Saturday or Sunday), month and year
|
||||
End of (work) week (Friday), calendar week (Saturday or Sunday), month, quarter and year
|
||||
.br
|
||||
task ... due:eow
|
||||
.br
|
||||
|
@ -623,6 +625,8 @@ task ... due:eocw
|
|||
.br
|
||||
task ... due:eom
|
||||
.br
|
||||
task ... due:eoq
|
||||
.br
|
||||
task ... due:eoy
|
||||
|
||||
.TP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue