Class CalendarGrid::Day
In: lib/calendar_grid.rb
Parent: Object

Day is a single date with some extra knowledge. Also accepts a plugin object for extension. To use it, pass a block that accepts this day and returns some object. The methods of that object will be available directly on the Day

Methods

method_missing   new   proxy?   today?   weekend?  

Included Modules

TimeProxy

Attributes

date  [R] 

Public Class methods

Public Instance methods

true if this day isn‘t really part of the calendar but acts as padding

Protected Instance methods

[Validate]