Class: Timestamp

Inherits:
Object
  • Object
show all
Defined in:
lib/dm-filemaker-adapter/core_patches.rb

Overview

Time

Instance Method Summary collapse

Instance Method Details

#_to_fmObject



18
19
20
21
22
# File 'lib/dm-filemaker-adapter/core_patches.rb', line 18

def _to_fm
  d = strftime('%m/%d/%Y')
  t =strftime('%T')
  "#{d} #{t}"
end