I have a list of strings which contains months of the year. I need to be able to sort this list so the months are in order by month, not alphabetically. I have been search
Create an enum and assign int values for each month. Sort that thing with linq.
enum
int