class ActionView::Helpers::Tags::WeekField

:nodoc:
:nodoc:

def format_date(value)

def format_date(value)
  value.try(:strftime, "%Y-W%V")
end