Converting Timestamp to Month & Year

Viewed 27

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?

0 Answers
Related