;doc: #report-period target

This commit is contained in:
Simon Michael 2021-07-14 16:55:24 -10:00
parent 87f575e643
commit a89815cea0

View File

@ -468,6 +468,8 @@ Counterexamples - malformed digit sequences might give surprising results:
| `20181232` | 8 digits with an invalid day gives an error | | `20181232` | 8 digits with an invalid day gives an error |
| `201801012` | 9+ digits beginning with a valid YYYYMMDD gives an error | | `201801012` | 9+ digits beginning with a valid YYYYMMDD gives an error |
<a name="report-period"></a>
## Report start & end date ## Report start & end date
By default, most hledger reports will show the full span of time represented by the journal data. By default, most hledger reports will show the full span of time represented by the journal data.