module EgovUtils::Helpers::Tags::DatetimeLocalFieldPatch
Private Instance Methods
format_date(value)
click to toggle source
# File lib/egov_utils/helpers/tags/datetime_field_patch.rb, line 7 def format_date(value) value.try(:strftime, "%Y-%m-%dT%H:%M") end