Skip to content

Instantly share code, notes, and snippets.

@danbeaulieu
Created October 15, 2012 14:54
Show Gist options
  • Save danbeaulieu/3892913 to your computer and use it in GitHub Desktop.
Save danbeaulieu/3892913 to your computer and use it in GitHub Desktop.
end_date = Date.today + 7.days
if request[:end]
end_date = Date.parse(request[:end])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment