Sha256: 2732a19334cc41f80d554332a12bec1568e8d39db7abdc320627c0131b97c18c

Contents?: true

Size: 246 Bytes

Versions: 180

Compression:

Stored size: 246 Bytes

Contents

module ActionView
  module Helpers
    module Tags # :nodoc:
      class DateField < DatetimeField # :nodoc:
        private

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

Version data entries

180 entries across 175 versions & 13 rubygems

Version Path
actionview-5.1.0.rc1 lib/action_view/helpers/tags/date_field.rb
actionview-5.0.2 lib/action_view/helpers/tags/date_field.rb
actionview-5.0.2.rc1 lib/action_view/helpers/tags/date_field.rb
actionview-5.1.0.beta1 lib/action_view/helpers/tags/date_field.rb
actionview-4.2.8 lib/action_view/helpers/tags/date_field.rb
actionview-4.2.8.rc1 lib/action_view/helpers/tags/date_field.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/date_field.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/date_field.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/date_field.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/date_field.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/date_field.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/date_field.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/date_field.rb
abaci-0.3.0 vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/date_field.rb
actionview-5.0.1 lib/action_view/helpers/tags/date_field.rb
actionview-5.0.1.rc2 lib/action_view/helpers/tags/date_field.rb
actionview-5.0.1.rc1 lib/action_view/helpers/tags/date_field.rb
actionview-5.0.0.1 lib/action_view/helpers/tags/date_field.rb
actionview-4.2.7.1 lib/action_view/helpers/tags/date_field.rb
actionview-4.2.7 lib/action_view/helpers/tags/date_field.rb