Skip to content

Instantly share code, notes, and snippets.

@huned
Created August 3, 2012 19:04
Show Gist options
  • Select an option

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

Select an option

Save huned/3250476 to your computer and use it in GitHub Desktop.
>> Time.parse('August 1 2012').to_s :activity
=> "Wednesday"
>> Time.parse('July 1 2012').to_s :activity
=> "Last Month"
>> Time.parse('June 1 2012').to_s :activity
=> "June"
>> Time.parse('December 1 2011').to_s :activity
=> "December"
>> Time.parse('October 1 2011').to_s :activity
=> "October 2011"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment