Module: ExcelHelpers

Defined in:
app/helpers/excel_helpers.rb

Instance Method Summary collapse

Instance Method Details

#xls_time(time) ⇒ Object



3
4
5
# File 'app/helpers/excel_helpers.rb', line 3

def xls_time(time)
  time.strftime "%Y-%m-%dT%H:%M:%S"
end