class Faker::Date
- Faker::Date
- Faker::Base
- Reference
- Object
Defined in:
faker/date.crClass Method Summary
- .backward(days : Int32 = 365) : Time
- .between(from : Time | String, to : Time | String) : Time
- .between_except(from : Time | String, to : Time | String, excepted : Time | String)
- .birthday(min_age : Int32 = 18, max_age : Int32 = 65) : Time
- .forward(days : Int32 = 365) : Time
- .in_date_period(month : Int32 | Nil = nil, year : Int32 = Time.utc.year) : Time
Class Method Detail
def self.between_except(from : Time | String, to : Time | String, excepted : Time | String)
#