Sha256: a6eb9aed520959755e218189ff857c74d6cd014f97ba293cddf95a73c6b5cc02

Contents?: true

Size: 275 Bytes

Versions: 42

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class DateField < DatetimeField # :nodoc:
        private
          def format_datetime(value)
            value&.strftime("%Y-%m-%d")
          end
      end
    end
  end
end

Version data entries

42 entries across 42 versions & 6 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/date_field.rb
actionview-8.0.1 lib/action_view/helpers/tags/date_field.rb
actionview-8.0.0.1 lib/action_view/helpers/tags/date_field.rb
actionview-7.2.2.1 lib/action_view/helpers/tags/date_field.rb
actionview-7.1.5.1 lib/action_view/helpers/tags/date_field.rb
actionview-8.0.0 lib/action_view/helpers/tags/date_field.rb
actionview-7.2.2 lib/action_view/helpers/tags/date_field.rb
actionview-7.1.5 lib/action_view/helpers/tags/date_field.rb
actionview-8.0.0.rc2 lib/action_view/helpers/tags/date_field.rb
actionview-7.2.1.2 lib/action_view/helpers/tags/date_field.rb
actionview-7.1.4.2 lib/action_view/helpers/tags/date_field.rb
actionview-8.0.0.rc1 lib/action_view/helpers/tags/date_field.rb
actionview-7.2.1.1 lib/action_view/helpers/tags/date_field.rb
actionview-7.1.4.1 lib/action_view/helpers/tags/date_field.rb
actionview-8.0.0.beta1 lib/action_view/helpers/tags/date_field.rb
omg-actionview-8.0.0.alpha9 lib/action_view/helpers/tags/date_field.rb
omg-actionview-8.0.0.alpha8 lib/action_view/helpers/tags/date_field.rb
omg-actionview-8.0.0.alpha7 lib/action_view/helpers/tags/date_field.rb
omg-actionview-8.0.0.alpha4 lib/action_view/helpers/tags/date_field.rb
omg-actionview-8.0.0.alpha3 lib/action_view/helpers/tags/date_field.rb