Class: Time

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

Instance Method Summary collapse

Instance Method Details

#to_fmObject Also known as: convert_to_fm



2
3
4
# File 'lib/trophonius_time.rb', line 2

def to_fm
  self.strftime('%m-%d-%Y %H:%M:%S')
end