Add new date input shorthand

This commit is contained in:
Bernd Bestel
2018-07-22 13:03:08 +02:00
parent ecdaaab789
commit b1522742cc
2 changed files with 9 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ The following shorthands are available:
- Example: `0517` will be converted to `2018-05-17`
- `YYYYMMDD` gets expanded to the proper ISO-8601 notation
- Example: `20190417` will be converted to `2019-04-17`
- `YYYYMMe` or `YYYYMM+` gets expanded to the end of the given month in the given year in proper notation
- Example: `201807e` will be converted to `2018-07-31`
- `x` gets expanded to `2999-12-31` (which I use for products which never expire)
- Down/up arrow keys will increase/decrease the date by one day
- Right/left arrow keys will increase/decrease the date by 1 week