doc: date: cleanups

This commit is contained in:
Simon Michael 2016-08-02 12:57:13 -07:00
parent 7bd5422c01
commit b11f6a43e6

View File

@ -58,8 +58,8 @@ or `hledger print cur:\\$`.
**`date:PERIODEXPR`**
: match dates within the specified period.
PERIODEXPR is a [period expression](#period-expressions) (with no report interval).
Examples: `date:2016`, `date:thismonth`, `date:2000/2/1-2/15`, date:`lastweek-`.
The command-line `--date2` flag makes `date:` match [secondary dates](manual.html#secondary-dates) instead.
Examples: `date:2016`, `date:thismonth`, `date:2000/2/1-2/15`, `date:lastweek-`.
If the `--date2` command line flag is present, this matches [secondary dates](manual.html#secondary-dates) instead.
**`date2:PERIODEXPR`**
: match secondary dates within the specified period.