Faker::Date
Inherits Faker::Base < Reference < Object
Class methods
backward(days : Int32 = 365) : Time
Sourcebetween(from : Time | String, to : Time | String) : Time
Sourcebetween_except(from : Time | String, to : Time | String, excepted : Time | String)
Sourcebirthday(min_age : Int32 = 18, max_age : Int32 = 65) : Time
Sourceforward(days : Int32 = 365) : Time
Sourcein_date_period(month : Int32 | Nil = nil, year : Int32 = Time.utc.year) : Time
Source