Get random date from an interval
random_date(min_date, max_date, format = NULL)
character or date, beginning of the time interval to sample from
character or date, ending of the time interval to sample from
character, check strptime
for details
random_date("2012-12-04", "2020-10-31")
#> [1] "2017-05-26"