class Time

Public Instance Methods

ckuru_time_string() click to toggle source
# File lib/ckuru-tools.rb, line 506
def ckuru_time_string
  strftime("%m%d%Y-%H%M%S")
end