No documentation
This class has no description. You can help the Ruby on Rails community by adding new notes.
Constants
DATE_FORMATS = {
:short => "%e %b",
:long => "%B %e, %Y",
:db => "%Y-%m-%d",
:number => "%Y%m%d",
:long_ordinal => lambda { |date| date.strftime("%B #{ActiveSupport::Inflector.ordinalize(date.day)}, %Y") }, # => "April 25th, 2007"
:rfc822 => "%e %b %Y"
}
Attributes
Show files where this class is defined (6 files)
activesupport/lib/active_support/core_ext/date/freeze.rb
activesupport/lib/active_support/core_ext/date/conversions.rb
activesupport/lib/active_support/core_ext/date/calculations.rb
activesupport/lib/active_support/core_ext/date/acts_like.rb
activesupport/lib/active_support/core_ext/date/zones.rb
activesupport/lib/active_support/json/encoding.rb