class ActionView::Helpers::Tags::MonthField

:nodoc:
:nodoc:

def format_date(value)

def format_date(value)
  value&.strftime("%Y-%m")
end