Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/ifd_tools/date_time_additions.rb
Instance Method Summary collapse
Instance Method Details
#humanize ⇒ Object
2 3 4 |
# File 'lib/ifd_tools/date_time_additions.rb', line 2 def humanize strftime "%b %d, %Y %I:%M%p" end |