Skip to content

Instantly share code, notes, and snippets.

@KamaKAzii
Created June 25, 2010 02:05
Show Gist options
  • Save KamaKAzii/452285 to your computer and use it in GitHub Desktop.
Save KamaKAzii/452285 to your computer and use it in GitHub Desktop.
<p>
<%= date_today = Date.today %><br />
<% i = date_today %>
<% while i <= date_today + 6 %>
<%= i.strftime("%A") %><br />
<% i = i + 1 %>
<% end %>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment