;doc: period expressions: consistent layout

This commit is contained in:
Simon Michael 2021-08-17 08:58:44 -10:00
parent 1874a971dc
commit 7bfed72130

View File

@ -568,7 +568,9 @@ once.
Here's a basic period expression specifying the first quarter of 2009. Note, Here's a basic period expression specifying the first quarter of 2009. Note,
hledger always treats start dates as inclusive and end dates as exclusive: hledger always treats start dates as inclusive and end dates as exclusive:
`-p "from 2009/1/1 to 2009/4/1"` | |
|----------------------------------|
| `-p "from 2009/1/1 to 2009/4/1"` |
Keywords like "from" and "to" are optional, and so are the spaces, as long Keywords like "from" and "to" are optional, and so are the spaces, as long
as you don't run two dates together. "to" can also be written as ".." or "-". as you don't run two dates together. "to" can also be written as ".." or "-".