Class: Date

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

Instance Method Summary collapse

Instance Method Details

#amee1_dateObject



49
50
51
# File 'lib/amee.rb', line 49

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

#amee1_monthObject



52
53
54
# File 'lib/amee.rb', line 52

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