Libraries
»
GFunk911-mharris_ext
(1.4.4)
»
Index (T)
»
Time
Class: Time
Inherits:
Object
Object
Time
show all
Defined in:
lib/mharris_ext/time.rb
Instance Method Summary
collapse
#
short_dt
⇒ Object
Instance Method Details
#
short_dt
⇒
Object
2 3 4
# File 'lib/mharris_ext/time.rb', line 2
def
short_dt
strftime
(
"
%m/%d %H:%M:%S
"
)
end