Skip to content

Commit 08f4f9f

Browse files
committed
docs(readme): add more verbal date explanaition
1 parent 47c6850 commit 08f4f9f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ To update the priority level of a specific task after its creation, use the `pri
410410

411411
### Set Duedate
412412

413-
To set a duedate for a task while initializing it, use the `--due` / `-d` option followed by the duedate. Duedate must be a date of the format specified in the configuration file under dateformat. Default is `dd.mm.yyyy HH:MM` . Note that all tasks by default have no duedate.
413+
To set a duedate for a task while initializing it, use the `--due` / `-d` option followed by the duedate. Duedate must be a date of the format specified in the configuration file under dateformat or use the defined humanized date structure described below. Default is `dd.mm.yyyy HH:MM`. Note that all tasks by default have no duedate.
414414

415415
```
416416
@@ -428,6 +428,10 @@ To update the duedate of a specified task after its creation, use the `due` comm
428428

429429
The time left before the duedate is displayed humanized instead of the age of an task right next to the description.
430430

431+
#### Verbal date format
432+
433+
Instead of using normal dates its also possible to use verbal dates like `today`, `tonight`, `tomorrow` or `next monday`.
434+
431435
### Move Item
432436

433437
To move items to one or more boards, use the `move` / `m` command, followed by the target items ids and the name of the destination boards. The default `My board` can be accessed through the `myboard` keyword.

0 commit comments

Comments
 (0)