Skip to content

Instantly share code, notes, and snippets.

@Jeweller-Tsai
Created August 6, 2016 06:10
Show Gist options
  • Save Jeweller-Tsai/1f0bb01250becd92f8898a62c454b2de to your computer and use it in GitHub Desktop.
Save Jeweller-Tsai/1f0bb01250becd92f8898a62c454b2de to your computer and use it in GitHub Desktop.
# 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