Hi,

I have a quick question regarding sorting. I have a list of dates and years in the following format:

October-2004
December-2004
September-2004
January-2005
November-2004

I need to sort them so the final outcome is:

January-2005
December-2004
November-2004
October-2004
September-2004

Of course the list will eventually include all 12 months, but the above is just an example. What is the best way to go about doing this? I'm not too familiar with using "sort", but I'm sure that is the way to go. Any help would be appreciated.

Thanks,

Mark



Reply via email to