module TimeHelpers
Public Instance Methods
prettify(time)
click to toggle source
# File lib/time_helpers.rb, line 5 def prettify time t = Time.parse time t.strftime("%b%e %Y %H:%M") end
# File lib/time_helpers.rb, line 5 def prettify time t = Time.parse time t.strftime("%b%e %Y %H:%M") end