GothenburgBitFactory / GothenburgBitFactory/taskwarrior
Allow multiple dateformats
Open
topic:time
triaged
type:enhancement
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
By allowing dateformat option to be set to something like
```
dateformat='D/M/Y','D/M','D'
```
it would be possible to specify the day, month and year with `due:15/03/2021` or only the day and month (using the current year) with `due:15/03` or only the day (using the current month and year) with `due:15`.
This may be related to #2376.
Contributor guide
Assessment
This issue has not been assessed yet.