Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/amee.rb

Instance Method Summary collapse

Instance Method Details

#amee1_dateObject



72
73
74
# File 'lib/amee.rb', line 72

def amee1_date
  strftime("%Y%m%d")
end

#amee1_monthObject



75
76
77
# File 'lib/amee.rb', line 75

def amee1_month
  strftime("%Y%m")
end