Date values format and separators
Format used for strings that represent dates in the data file.
Possible values are:
- yyyy-mm-dd (*ISO)
- mm/dd/yyyy (*USA)
- dd.mm.yyyy (*EUR)
- yyyy-mm-dd (*JIS)
- mm/dd/yy (*MDY)
- dd/mm/yy (*DMY)
- yy/mm/dd (*YMD)
- yy/ddd (*JUL)
- yyyymmdd (*YYMD)
Possible values for date separator:
- / (forward slash)
- - (dash)
- . (period)
- , (comma)
- (blank)
Note that some formats have fixed separators and you will not be able to change it.