Type:
Class
Constants:
COMMON_YEAR_DAYS_IN_MONTH : [nil, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
DATE_FORMATS : { :db => '%Y-%m-%d %H:%M:%S', :number => '%Y%m%d%H%M%S', :nsec => '%Y%m%d%H%M%S%9N', :time => '%H:%M', :short => '%d %b %H:%M', :long => '%B %d, %Y %H:%M', :long_ordinal => lambda { |time| day_format = ActiveSupport::Inflector.ordinalize(time.day) time.strftime("%B #{day_format}, %Y %H:%M") }, :rfc822 => lambda { |time| offset_format = time.formatted_offset(false) time.strftime("%a, %d %b %Y %H:%M:%S #{offset_format}") }, :iso8601 => lambda { |time| time.iso8601 } }
eql_without_coercion

eql_without_coercion(other) Instance Public methods Alias for:

2015-06-20 00:00:00
compare_with_coercion

compare_with_coercion(other) Instance Public methods Layers additional behavior

2015-06-20 00:00:00
days_in_month

days_in_month(month, year = now.year) Class Public methods Return the number

2015-06-20 00:00:00
at_middle_of_day

at_middle_of_day() Instance Public methods Alias for:

2015-06-20 00:00:00
minus_with_coercion

minus_with_coercion(other) Instance Public methods Time#- can also be used to

2015-06-20 00:00:00
at_beginning_of_day

at_beginning_of_day() Instance Public methods Alias for:

2015-06-20 00:00:00
at_beginning_of_minute

at_beginning_of_minute() Instance Public methods Alias for:

2015-06-20 00:00:00
eql_with_coercion

eql_with_coercion(other) Instance Public methods Layers additional behavior

2015-06-20 00:00:00