Module: Gmd::Helpers
- Included in:
- ExtraBinding
- Defined in:
- lib/gmd/helpers.rb
Instance Method Summary collapse
Instance Method Details
#date_and_time(format = "%d.%m.%Y %H:%M") ⇒ Object
6 7 8 |
# File 'lib/gmd/helpers.rb', line 6 def date_and_time(format = "%d.%m.%Y %H:%M") DateTime.now.strftime(format) end |