Class: Date

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

Instance Method Summary collapse

Instance Method Details

#amee1_dateObject



54
55
56
# File 'lib/amee.rb', line 54

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

#amee1_monthObject



57
58
59
# File 'lib/amee.rb', line 57

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