Skip to content

Instantly share code, notes, and snippets.

@robbyrussell
Created June 29, 2011 19:59
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 robbyrussell/1054780 to your computer and use it in GitHub Desktop.
Save robbyrussell/1054780 to your computer and use it in GitHub Desktop.
# Before I start hacking on this myself... anyone have a Ruby method to produce this?
# "3 months and 14 days" until"...
# "1 year and 11 days until"...
def time_until_in_words(future_date)
future_date - Date.today
# magic!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment