ajsharp / time_extensions
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
TimeExtensions ============== A collection of useful methods that are mixed into Ruby's Time class. Example ======= p = Product.create(:name => "Awesome Product") p.created_at # => returns a Time object p.created_at.long_month # => returns a string version of the month (i.e. "August") Copyright (c) 2008 Alex Sharp, released under the MIT license

