Random.date
Random.dateminmax
Group: Random
Documentation
Return a Date within the specified Date_Range.
Arguments
min: The lower bound of the range to pick from (inclusive).max: The upper bound of the range to pick from (inclusive).
Examples
Generate a random date.
import Standard.Base.Random.Random
d = Random.date (Date.new 2023 03 01) (Date.new 2023 10 15)