Created
August 3, 2012 19:04
-
-
Save huned/3250476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >> 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