I have a timestamp in the format YYYY-MM-DD HH:MI:SS and I want to convert it in the format JAN-2020,FEB-2020 etc and order it from Jan to Dec.
How can I achieve it?
I have a timestamp in the format YYYY-MM-DD HH:MI:SS and I want to convert it in the format JAN-2020,FEB-2020 etc and order it from Jan to Dec.
How can I achieve it?