Flowdock
method

months_ago

Importance_1
v2.2.1 - Show latest stable - 1 note - Class: ActiveSupport::CoreExtensions::Date::Calculations
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”