Module: Calendar
- Defined in:
- lib/idonethis/calendar.rb
Class Method Summary collapse
Class Method Details
.day_string(time) ⇒ Object
11 12 13 |
# File 'lib/idonethis/calendar.rb', line 11 def day_string(time) time.strftime("%F") end |
.today ⇒ Object
3 4 5 |
# File 'lib/idonethis/calendar.rb', line 3 def today Time.now end |
.yesterday ⇒ Object
7 8 9 |
# File 'lib/idonethis/calendar.rb', line 7 def yesterday Time.now - one_day_in_seconds end |