hpdeifel / hledger-iadd

A terminal UI as drop-in replacement for hledger add.
BSD 3-Clause "New" or "Revised" License
77 stars 8 forks source link

Support hledger's new date format #46

Closed hpdeifel closed 4 years ago

hpdeifel commented 4 years ago

Hledger's git master recently gained to ability to use ISO dates when printing transactions. This is automatically picked up by iadd, when compiled against the latest hledger master. Transactions added to the journal then have ISO dates.

But: The UI still shows the transaction in the old format, because it is hardcoded there.

hpdeifel commented 4 years ago

See simonmichael/hledger#1157