Class: Timestamp
- Inherits:
-
Object
- Object
- Timestamp
- Defined in:
- lib/dm-filemaker-adapter/core_patches.rb
Overview
Time
Instance Method Summary collapse
Instance Method Details
#_to_fm ⇒ Object
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 |