class ActionView::Helpers::Tags::TimeField

:nodoc:
:nodoc:

def format_date(value)

def format_date(value)
  value.try(:strftime, "%T.%L")
end