Libraries
»
runt
(0.9.0)
»
Index
»
Runt
»
format_time
Method: Runt.format_time
Defined in:
lib/runt.rb
.
format_time
(date) ⇒
Object
70 71 72
# File 'lib/runt.rb', line 70
def
format_time
(
date
)
date
.
strftime
(
'%I:%M%p'
)
end