Module ActiveSupport::CoreExtensions::Date::Conversions
In: lib/active_support/core_ext/date/conversions.rb

Getting dates in different convenient string representations and other objects

Methods

Constants

DATE_FORMATS = { :short => "%e %b", :long => "%B %e, %Y"

Public Instance methods

To be able to keep Dates and Times interchangeable on conversions

[Validate]