Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/amee.rb
Instance Method Summary collapse
Instance Method Details
#amee1_date ⇒ Object
70 71 72 |
# File 'lib/amee.rb', line 70 def amee1_date strftime("%Y%m%d") end |
#amee1_month ⇒ Object
73 74 75 |
# File 'lib/amee.rb', line 73 def amee1_month strftime("%Y%m") end |