omiaye
2 years agoNew Contributor II
Different Date standardization into a format
I have three different ways date column records can be made available in my excel input file for processing namely YYYYMMDD, YYYY-MM-DD , and MM/DD/YYYYY. This means for any input excel file record, the date column can have one of these three formats. Please my question is how can I format any one of these record into YYYY-MM-DD format?
YYYYMMDD >> format into YYYY-MM-DD
YYYY-MM-DD >> do nothing since it is in the right format
MM/DD/YYYYY >> format into YYYY-MM-DD
Thanks.