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