![[Nothing Documentation#NLP]]
Not case sensitive.
Formats accepted:
- `today` for today
- `tomorrow` for tomorrow
- `xd` for `x` days from today (e.g. `3d.my task.txt`) similarly, `w` for weeks, `m` for months, and `y` for years.
- `[day of week]` for the next occurrence of that day of the week, (e.g. `monday.my task.txt`)
Can be combined with time and notification `+`.
For example:
- `tomorrow+1300.my task.txt` will be converted to `2025-01-02+1300.my task.txt` if today is `2025-01-01`.
- `3d+2000+.my task.txt` will be converted to `2025-01-04+2000+.my task.txt`.
![[Partials#^eaec46]]