class ActionView::Helpers::Tags::WeekField

:nodoc:
:nodoc:

def format_date(value)

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