Skip to content

Instantly share code, notes, and snippets.

@hzmangel
Last active December 16, 2015 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hzmangel/5420793 to your computer and use it in GitHub Desktop.
Save hzmangel/5420793 to your computer and use it in GitHub Desktop.
Generate 7 days date list from now on in Ruby
# Rails code
(Date.today..1.week.from_now.to_date).map { |d| d.strftime("%m/%d")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment