Flowdock
method

to_formatted_s

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActiveSupport::CoreExtensions::Date::Conversions
to_formatted_s(format = :default) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/core_ext/date/conversions.rb, line 16
        def to_formatted_s(format = :default)
          DATE_FORMATS[format] ? strftime(DATE_FORMATS[format]).strip : to_default_s   
        end
Register or log in to add new notes.