Class: DateTime

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



10
11
12
13
14
# File 'lib/dm-filemaker-adapter/core_patches.rb', line 10

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