diff options
author | John Wiegley <johnw@newartisans.com> | 2016-06-28 09:57:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-28 09:57:39 -0700 |
commit | 6dcb1444ea8ab2dcf074c3477b74f0482e0d097d (patch) | |
tree | 1477755bbd69196a4005465612c35c9d5c79ab95 /doc/ledger3.texi | |
parent | 34fec311884f874ffc16c4f7e8263f1270dfc2d6 (diff) | |
parent | e832ac0f192dc9c0cda4154b4bdd4387c3a8aa72 (diff) | |
download | fork-ledger-6dcb1444ea8ab2dcf074c3477b74f0482e0d097d.tar.gz fork-ledger-6dcb1444ea8ab2dcf074c3477b74f0482e0d097d.tar.bz2 fork-ledger-6dcb1444ea8ab2dcf074c3477b74f0482e0d097d.zip |
Merge pull request #458 from arademaker/next
improve explanation about period expressions
Diffstat (limited to 'doc/ledger3.texi')
-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] |