Created
August 6, 2016 06:10
-
-
Save Jeweller-Tsai/1f0bb01250becd92f8898a62c454b2de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# iterate through a date range, and print the dates | |
date_range |> Enum.each(fn date -> date |> inspect |> IO.puts end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment