I am using a text field to enter proposed opening date as mmm-yy. I need it in text form because I occasionally want to write TBA where opening dates are not available. I need to be able to sort this field so that I get the right date order followed by TBAs. For example I have following the list.
Nov-05
Aug-01
Tba
Oct-02
Jul-03
Tba
Nov-03
Aug-03
Sep-05
Jul-04
Dec-01
Tba
Ideally, it should sort based on year and then month. I wonder if there is any way I can achieve this?
Nov-05
Aug-01
Tba
Oct-02
Jul-03
Tba
Nov-03
Aug-03
Sep-05
Jul-04
Dec-01
Tba
Ideally, it should sort based on year and then month. I wonder if there is any way I can achieve this?