Changed output_date_format to match 08-Aug-14 format.
This commit is contained in:
parent
6a82e12ab4
commit
a50bab1865
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ namespace {
|
||||||
}
|
}
|
||||||
|
|
||||||
optional<string> input_date_format;
|
optional<string> input_date_format;
|
||||||
string output_date_format = "%Y/%m/%d";
|
string output_date_format = "%y-%b-%d";
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
bool parse_date_mask(const char * date_str, std::tm& result)
|
bool parse_date_mask(const char * date_str, std::tm& result)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue