diff options
author | John Wiegley <johnw@newartisans.com> | 2004-04-04 11:09:59 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-04-04 11:09:59 +0000 |
commit | c68b50215611bdfd3e997bbe9c173fbd93d8b332 (patch) | |
tree | 95f251b82ff4c6ce109d958c7e868cae26a6f43f /ledger.cc | |
parent | 47eebe8d73897546f02370b58db71bb46dce7064 (diff) | |
download | fork-ledger-c68b50215611bdfd3e997bbe9c173fbd93d8b332.tar.gz fork-ledger-c68b50215611bdfd3e997bbe9c173fbd93d8b332.tar.bz2 fork-ledger-c68b50215611bdfd3e997bbe9c173fbd93d8b332.zip |
*** empty log message ***
Diffstat (limited to 'ledger.cc')
-rw-r--r-- | ledger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ void transaction::print(std::ostream& out, bool display_quantity, void entry::print(std::ostream& out, bool shortcut) const { char buf[32]; - std::strftime(buf, 31, "%Y.%m.%d ", std::localtime(&date)); + std::strftime(buf, 31, "%Y/%m/%d ", std::localtime(&date)); out << buf; if (cleared) |