Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/amee.rb
Instance Method Summary collapse
Instance Method Details
#amee1_date ⇒ Object
48 49 50 |
# File 'lib/amee.rb', line 48 def amee1_date strftime("%Y%m%d") end |
#amee1_month ⇒ Object
51 52 53 |
# File 'lib/amee.rb', line 51 def amee1_month strftime("%Y%m") end |