class Time
Public Instance Methods
to_fm()
click to toggle source
# File lib/trophonius_time.rb, line 2 def to_fm self.strftime('%m-%d-%Y %H:%M:%S') end
Also aliased as: convert_to_fm
# File lib/trophonius_time.rb, line 2 def to_fm self.strftime('%m-%d-%Y %H:%M:%S') end