Supported Date Formats
-- Reference --
The supported list of date formats are as follows:
- DDMMYY
- DDMMYYYY
- MMDDYY
- MMDDYYYY
- YYMMDD
- YYYYMMDD
Where,
- DD represents the day.
- MM represents the month.
- YY represents the last two digits in a year.
- YYYY represents all four digits in a year.
Note: When importing dates, values do not have to be padded with zeroes (for example, 03 and 3 are both accepted numbers).