Libraries
»
zbox
(0.1.3)
»
Index
»
Time
»
#to_fmt1
Method: Time#to_fmt1
Defined in:
lib/zbox/ext/time.rb
#
to_fmt1
⇒
Object
3 4 5
# File 'lib/zbox/ext/time.rb', line 3
def
to_fmt1
strftime
(
"
%Y-%m-%d %H:%M
"
)
end