diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-14 02:40:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-14 02:40:23 -0400 |
commit | a50bab18653813ac0b3020d1e7ba3f666cff4798 (patch) | |
tree | 2bddba26dbd7fdc9ece5ea597f4ff08cbba0805c /src/times.cc | |
parent | 6a82e12ab44ce21e0c56eda728fe3cc93d84d99c (diff) | |
download | fork-ledger-a50bab18653813ac0b3020d1e7ba3f666cff4798.tar.gz fork-ledger-a50bab18653813ac0b3020d1e7ba3f666cff4798.tar.bz2 fork-ledger-a50bab18653813ac0b3020d1e7ba3f666cff4798.zip |
Changed output_date_format to match 08-Aug-14 format.
Diffstat (limited to 'src/times.cc')
-rw-r--r-- | src/times.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/times.cc b/src/times.cc index 97c0c242..c140b4d7 100644 --- a/src/times.cc +++ b/src/times.cc @@ -67,7 +67,7 @@ namespace { } optional<string> input_date_format; -string output_date_format = "%Y/%m/%d"; +string output_date_format = "%y-%b-%d"; namespace { bool parse_date_mask(const char * date_str, std::tm& result) |