I have data like :
MAR-16
APR-17
MAR-18
JUN-16
I want to sort it in ascending order based on date,but as the data is in character , I am not sure how to sort them based on date . Expected output is :
MAR-16
JUN-16
APR-17
MAR-18
Can someone please help .