I have this months array:
[\"January\", \"March\", \"December\" , \"October\" ]
And I want to have it sorted like this:
[\"
Add a prefix for each month:
Jan -> aJan Feb -> bFeb ...
Sort, then remove the prefix.