Skip to content

Instantly share code, notes, and snippets.

@huned
Created August 3, 2012 18:59
Show Gist options
  • Select an option

  • Save huned/3250450 to your computer and use it in GitHub Desktop.

Select an option

Save huned/3250450 to your computer and use it in GitHub Desktop.
>> 0.days.ago.to_s :activity
=> "Today"
>> 1.days.ago.to_s :activity
=> "Thursday"
>> 2.days.ago.to_s :activity
=> "Wednesday"
>> 3.days.ago.to_s :activity
=> "Tuesday"
>> 4.days.ago.to_s :activity
=> "Monday"
>> 5.days.ago.to_s :activity
=> "Last Week"
>> 12.days.ago.to_s :activity
=> "Last Month"
>> 40.days.ago.to_s :activity
=> "June"
>> 340.days.ago.to_s :activity
=> "August 2011"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment