Method: Kaui::DateHelper#truncate_millis

Defined in:
app/helpers/kaui/date_helper.rb

#truncate_millis(date_s) ⇒ Object



23
24
25
# File 'app/helpers/kaui/date_helper.rb', line 23

def truncate_millis(date_s)
  DateTime.parse(date_s).strftime('%FT%T')
end