Will add a custom flag to be used to add a mapping from a field name to a Java SimpleDateFormat. It will use commas to separate each entry, then the first ':' character will separate the field name from the format.
For example:
... -date "time:MM:dd:YYYY,time2:YYYY/MM/dd hh:mm:ss" ...
This will configure two fields for retyping, 'time' and 'time2', each expecting to convert a different format.
Will add a custom flag to be used to add a mapping from a field name to a Java SimpleDateFormat. It will use commas to separate each entry, then the first ':' character will separate the field name from the format.
For example:
... -date "time:MM:dd:YYYY,time2:YYYY/MM/dd hh:mm:ss" ...
This will configure two fields for retyping, 'time' and 'time2', each expecting to convert a different format.