One simple thing I keep having to do over and over again is to display the name of the month for a given date. Normally I have opted to use the first solution that comes to mind which is creating an array with all the month names in it and then when I want to [...]