Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/amee.rb
Instance Method Summary collapse
Instance Method Details
#amee1_date ⇒ Object
79 80 81 |
# File 'lib/amee.rb', line 79 def amee1_date strftime("%Y%m%d") end |
#amee1_month ⇒ Object
82 83 84 |
# File 'lib/amee.rb', line 82 def amee1_month strftime("%Y%m") end |