Format Month Names for the Cake FormHelper
I was scratching my head trying to figure out how to modify the month names that the Cake FormHelper used when generating it's select box. At first I just hacked the Core, but lately I have been making it a rule to never modify the Core. Thank God Cake was built with the flexibility to not have to.
My next idea was (suggested by mrConfused on the #cakephp irc channel) to extend the FormHelper with my own month() method. That just rubbed me the wrong way. Too much code duplication.
Enter Localization....

