created: 20180909014416788
modified: 20180910002905642
tags:
title: Days reference/relative dates
Name |
Relative/reference date |
"days[N]" |
"!days[N]" |
Only |
Yesterday |
days[-1] |
`days[-1]` Yesterday and all days into the future |
`!days[-1]`Yesterday and all days into the past |
Yesterday only `days[-1]!days[-1]` XXX |
''Today'' |
days[0] |
`days[0]` Today only |
`!days[0]` Not today (all other days) |
Today only `days[0]` |
Tomorrow |
days[+1] |
`days[+1]` Tomorrow and All days in the past |
`!days[+1]`Tomorrow and all days in the future |
Tomorrow only `days[+1]!days[+1]` XXX |
A past day |
days[-7] |
`days[-7]` 7 days ago and all days in the future |
`!days[-7]` 7 days ago and all days in the past |
A past day only `days[-7]!days[-7]` XXX |
A future day |
days[+7] |
`days[+7]` 7 days ahead and all days in the past |
`!days[+7]` 7 days ahead and all days in the future |
A future day only `days[+7]!days[+7]` XXX |
;Still to come
* Older than today
* After today
* Before today
* Later than today