You should be able to just sort by the date -- if those values are really dates.
On the other hand, if you wanted to sort by month (all January together no
matter the year), I'd use a helper column with:
=text(a2,"mmddyyyy")
drag down
And sort by this helper column.