Class: DateTime
- Inherits:
-
Object
- Object
- DateTime
- Defined in:
- lib/dm-filemaker-adapter/adapter.rb
Overview
Time
Instance Method Summary collapse
Instance Method Details
#_to_fm ⇒ Object
300 301 302 303 304 |
# File 'lib/dm-filemaker-adapter/adapter.rb', line 300 def _to_fm d = strftime('%m/%d/%Y') t =strftime('%T') "#{d} #{t}" end |