Flowdock
method

months_ago

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 1 note - Class: ActiveSupport::CoreExtensions::Date::Calculations

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

These similar methods exist in v6.1.7.7:

months_ago(months) public

Returns a new Date/DateTime representing the time a number of specified months ago

Show source
Register or log in to add new notes.
September 13, 2008
0 thanks

Examples

Some usages:

Code example

Time.new.months_ago(1) # => Wed Aug 13 10:56:32 -0300 2008

Date.today.month_ago(7) # => Qua, 13 Fev 2008

Time.new.months_ago(1).to_s(:db) # => “2008-08-13 10:57:56”