class String
we override String
here to give power to our mutators defined in TableDefintions
Public Instance Methods
get_date()
click to toggle source
# File lib/client/render/view/table/processor.rb, line 26 def get_date DateTime.parse(self).strftime('%H:%M:%S %d/%m/%y') unless self.nil? end