diff options
author | Alexandre Rademaker <arademaker@gmail.com> | 2016-06-28 13:36:49 -0300 |
---|---|---|
committer | Alexandre Rademaker <arademaker@gmail.com> | 2016-06-28 13:36:49 -0300 |
commit | e832ac0f192dc9c0cda4154b4bdd4387c3a8aa72 (patch) | |
tree | 1477755bbd69196a4005465612c35c9d5c79ab95 /doc | |
parent | 34fec311884f874ffc16c4f7e8263f1270dfc2d6 (diff) | |
download | fork-ledger-e832ac0f192dc9c0cda4154b4bdd4387c3a8aa72.tar.gz fork-ledger-e832ac0f192dc9c0cda4154b4bdd4387c3a8aa72.tar.bz2 fork-ledger-e832ac0f192dc9c0cda4154b4bdd4387c3a8aa72.zip |
improve explanation about period expressions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 1aa696f2..fb9c6352 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -7598,7 +7598,9 @@ option settings in the file @file{~/.ledgerrc} one option per line, for example: @c TODO use @var below A period expression indicates a span of time, or a reporting interval, -or both. The full syntax is: +or both. Ledger's end dates are always exclusive, imagine the date is +followed by 00:00:00 time. They are instants in time not entire days. +The full syntax is: @smallexample [INTERVAL] [BEGIN] [END] |