changes
This commit is contained in:
parent
81560cd99c
commit
0c815c7e4f
1 changed files with 2 additions and 0 deletions
2
parse.cc
2
parse.cc
|
|
@ -37,6 +37,8 @@ static inline char * next_element(char * buf, bool variable = false)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *formats[] = {
|
static const char *formats[] = {
|
||||||
|
"%Y-%m-%d",
|
||||||
|
"%m-%d",
|
||||||
"%Y/%m/%d",
|
"%Y/%m/%d",
|
||||||
"%m/%d",
|
"%m/%d",
|
||||||
"%Y.%m.%d",
|
"%Y.%m.%d",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue