method

months_ago

rails latest stable - 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.

months_ago(months)
public

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

1Note

Examples

danielvlopes ยท Sep 13, 2008

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"