class ActionView::Helpers::Tags::DateField

:nodoc:
:nodoc:

def format_date(value)

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