モジュール: Mongoid::Criteria::Queryable::Extentions::Date::Classメソッドs

定義:
lib/mongoid/criteria/queryable/extentions/date.rb

インスタンス メソッドの概要を折りたたむ

インスタンス メソッドの詳細

# Performance (Object) =時間

オブジェクトを日付に展開します。

例:

日付を変更します。

Date.evolve(Date.new(1990, 1, 1))

string の日付を展開します。

Date.evolve("1990-1-1")

日付範囲を展開します。

Date.evolve(Date.new(1990, 1, 1)..Date.new(1990, 1, 4))

パラメーター:

次の値を返します。

  • 時間

    展開日付。



48
49
50
51
52
53
54
55
# ファイル 'lib/mongoid/criteria/queryable/extentions/date.rb' は、 48行を

デフォルト 量用(オブジェクト)
  レス = begin
    オブジェクト.試す(:__evolve_date__)
  ヘルプ ArgumentError
    nil
  end
  レス.nil? ? オブジェクト : レス
end