Added new relative date input shorthand (closes #1773)

This commit is contained in:
Bernd Bestel
2022-02-06 18:13:25 +01:00
parent da54b945da
commit e6a6d7ae42
4 changed files with 57 additions and 10 deletions

View File

@@ -88,6 +88,8 @@ The following shorthands are available:
- Example: `20210417` will be converted to `2021-04-17`
- `YYYYMMe` or `YYYYMM+` gets expanded to the end of the given month in the given year in proper notation
- Example: `202107e` will be converted to `2021-07-31`
- `[+/-]n[d/m/y]` gets expanded to a date relative to today, while adding `+` or subtracting `-` the number of days/months/years, in proper notation
- Example: `+1m` will be converted to the same day next month
- `x` gets expanded to `2999-12-31` (which is an alias for "never overdue")
- Down/up arrow keys will increase/decrease the date by 1 day
- Right/left arrow keys will increase/decrease the date by 1 week