charlatan icon indicating copy to clipboard operation
charlatan copied to clipboard

allow date_time_between in DateTimeProvider to take a format param to change the date format

Open sckott opened this issue 7 years ago • 0 comments

x <- DateTimeProvider$new()
format(x$date_time_between("1900-01-01", "1900-12-31"), format = "%Y-%M-%d")
#> [1] "1900-51-11"

sckott avatar Feb 13 '19 21:02 sckott