date
date(
constraints):Dependent<string>
It returns an arbitrary that generates an ISO08501 date value.
Example
random(date())// => "1991-01-18"Parameters
constraints
MaybePartial<DateGenerator> = {}
The constraints.
Returns
Dependent<string>
An arbitrary that generates an ISO08501 date value.