Parent

Time

Public Instance Methods

strftime(fmt) click to toggle source
# File lib/datetime/datetime.rb, line 63
def strftime(fmt)
  RuTils::overrides_enabled? ? RuTils::DateTime::ru_strftime(self, fmt) : strftime_norutils(fmt)
end
Also aliased as: strftime_norutils
strftime_norutils(fmt) click to toggle source
Alias for: strftime

[Validate]

Generated with the Darkfish Rdoc Generator 2.