select_month(date, options = {}, html_options = {})
Instance Public methods
Returns a select tag with options for each of the months January through
December with the current month selected. The month names are presented as
keys (what's shown to the user) and the month numbers (1-12) are used
as values (what's submitted to the server). It's also possible to
use month numbers for the presentation instead of names รข set the
:use_month_numbers key in options to true for
this to happen