<=>(other) Instance Public methods Also aliased as: compare_without_coercion
acts_like_date?() Instance Public methods Duck-types as a Date-like class. See Object#acts_like?.
advance(options) Instance Public methods Provides precise Date calculations for years, months, and days. The options parameter takes a hash with any of these keys: :years, :months, :weeks, :days.
ago(seconds) Instance Public methods Converts Date to a Time (or DateTime if necessary) with the time portion set to the beginning of the day (0:00) and then subtracts the specified number of seconds.
at_beginning_of_day() Instance Public methods Alias for: beginning_of_day
at_end_of_day() Instance Public methods Alias for: end_of_day
at_midday() Instance Public methods Alias for: middle_of_day
at_middle_of_day() Instance Public methods Alias for: middle_of_day
at_midnight() Instance Public methods Alias for: beginning_of_day
at_noon() Instance Public methods Alias for: middle_of_day
Page 2223 of 11844