Sha256: 05b57350f4c89fe436d8ebb096c7f761ff5756cfab0bfc558dbacf9cb3370c09

Contents?: true

Size: 269 Bytes

Versions: 77

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class WeekField < DatetimeField # :nodoc:
        private
          def format_date(value)
            value&.strftime("%Y-W%V")
          end
      end
    end
  end
end

Version data entries

77 entries across 72 versions & 7 rubygems

Version Path
actionview-6.1.7.6 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.7.1 lib/action_view/helpers/tags/week_field.rb
actionview-6.1.7.5 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.7 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.6 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.5.1 lib/action_view/helpers/tags/week_field.rb
actionview-6.1.7.4 lib/action_view/helpers/tags/week_field.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-7.0.2.3/lib/action_view/helpers/tags/week_field.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-7.0.3.1/lib/action_view/helpers/tags/week_field.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags/week_field.rb
actionview-7.0.5 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.4.3 lib/action_view/helpers/tags/week_field.rb
actionview-6.1.7.3 lib/action_view/helpers/tags/week_field.rb
actionview-6.1.7.2 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.4.2 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.4.1 lib/action_view/helpers/tags/week_field.rb
actionview-6.1.7.1 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.4 lib/action_view/helpers/tags/week_field.rb
actionview-6.1.7 lib/action_view/helpers/tags/week_field.rb
actionview-7.0.3.1 lib/action_view/helpers/tags/week_field.rb