Sha256: b547ab28ba69bc99f2fdd3d28d18988c91269f4ac3096a084ec2bd89a99456e7

Contents?: true

Size: 274 Bytes

Versions: 115

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

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

          def format_date(value)
            value.try(:strftime, "%T.%L")
          end
      end
    end
  end
end

Version data entries

115 entries across 107 versions & 8 rubygems

Version Path
actionview-5.2.8.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.8 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.7.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.7 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.6.3 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.6.2 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.6.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.6 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.4.6 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.5 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.4.5 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.4.4 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.4.3 lib/action_view/helpers/tags/time_field.rb
actionview-6.0.2.2 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.4.2 lib/action_view/helpers/tags/time_field.rb
argon-1.3.1 vendor/bundle/ruby/2.7.0/gems/actionview-6.0.2.1/lib/action_view/helpers/tags/time_field.rb
symbolic_enum-1.1.5 vendor/bundle/ruby/2.7.0/gems/actionview-6.0.2.1/lib/action_view/helpers/tags/time_field.rb
actionview-6.0.2.1 lib/action_view/helpers/tags/time_field.rb
actionview-5.2.4.1 lib/action_view/helpers/tags/time_field.rb
actionview-6.0.2 lib/action_view/helpers/tags/time_field.rb