How do I convert a string format to Date or vice versa.
I have two sets of data where one has month as 'JAN-21' in string format and other one has month as '01-Jan-21' in date format, problem is in output file where both are merged into a column after changing formats as "%b-%y" but are recognized separately.
Even when I try to make a pivot from the output its showing up differently, tried a lot to convert either of them but no luck.