class Avo::Fields::DateField

def formatted_value

def formatted_value
  return if value.blank?
  try_iso8601
end