I have data below in YYYY-MM-DD (2020-04-30) format which I want to
1) convert to MMM-YY (Apr-20) and
2) Be able to use the Table reporting tool's 'Group by' function to earliest to latest date in MMM-YY format
I am able to extract it in MMM-YY by using the parse tool but it's in string format and can't be sorted properly in the Table reporting tool (i.e I will have data sorted alphabetically instead since it's string format)