Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/waxx/patch.rb

Instance Method Summary collapse

Instance Method Details

#f(format = '%d-%b-%Y') ⇒ Object

Format time in strftime



133
134
135
# File 'lib/waxx/patch.rb', line 133

def f(format='%d-%b-%Y')
  strftime format
end

#hObject

HTML format



129
130
131
# File 'lib/waxx/patch.rb', line 129

def h
  to_s.h
end