method
months_ago
rails latest stable - Class:
ActiveSupport::CoreExtensions::Date::Calculations
months_ago(months)public
Returns a new Date/DateTime representing the time a number of specified months ago
1Note
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"