class ActionView::Helpers::Tags::DateField

:nodoc:
:nodoc:

def format_date(value)

def format_date(value)
  value.try(:strftime, "%Y-%m-%d")
end