docs: more about convert's date-format

This commit is contained in:
Simon Michael 2011-06-03 23:16:33 +00:00
parent 8a4c6ab5a1
commit 737f908383

View File

@ -553,8 +553,9 @@ Notes:
- The date-format field contains the expected format for the input dates: - The date-format field contains the expected format for the input dates:
this is the same as that accepted by the Haskell this is the same as that accepted by the Haskell
[formatTime](http://hackage.haskell.org/packages/archive/time/latest/doc/html/Data-Time-Format.html#v:formatTime) [formatTime](http://hackage.haskell.org/packages/archive/time/latest/doc/html/Data-Time-Format.html#v:formatTime)
function. Note that '%d' and '%m' specifiers require day and month numbers to have function. Notes: the '%d' and '%m' specifiers expect leading zeroes;
leading zeroes, otherwise your format might fail to work. the '%y' specifier works better when hledger is built with version
1.2.0.5 or greater of the time library.
- The remainder of the file is account-assigning rules. Each is a - The remainder of the file is account-assigning rules. Each is a
paragraph consisting of one or more description-matching patterns paragraph consisting of one or more description-matching patterns