Module: IdDate
- Defined in:
- lib/id-date.rb
Instance Method Summary collapse
Instance Method Details
#today ⇒ Object
3 4 5 6 |
# File 'lib/id-date.rb', line 3 def today t = Time.now return t.day.to_s + "." + t.month.to_s + "." + t.year.to_s end |