From c68b50215611bdfd3e997bbe9c173fbd93d8b332 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 4 Apr 2004 11:09:59 +0000 Subject: *** empty log message *** --- ledger.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ledger.cc') diff --git a/ledger.cc b/ledger.cc index 4883c3cb..08edc278 100644 --- a/ledger.cc +++ b/ledger.cc @@ -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) -- cgit v1.2.3