I want to create a list of dates with the values from startdate to enddate
This is something similar to How to create a range of dates in R but in Elixir.
Since the list can be huge or sometime infinite (i.e., no end date), I want to also know how to create a stream of dates.
thanks José Valim for pointing at right direction.