Class: DateTime
- Includes:
- ShiftyWeek
- Defined in:
- lib/shifty_week/date.rb
Constant Summary
Constants included from ShiftyWeek
Instance Attribute Summary
Attributes inherited from Date
Instance Method Summary collapse
Methods included from ShiftyWeek
#days_in_month, included, #last_week_day, #month_name, #month_names, #step_to_month_end, #wday_offset, #week, #week_day_start, #week_days, #weeks_in_year
Methods inherited from Date
Instance Method Details
#to_time ⇒ Object
24 25 26 |
# File 'lib/shifty_week/date.rb', line 24 def to_time Time.parse(self.strftime("%c -0800"), self) end |