| OurCal documentation | view source | Contained in the OurCal distribution. |
OurCal::Day - a representation of a day in OurCal
my $day = OurCal::Day->new( date => "2007-11-12");
What day of the week it is (Monday is 1, Sunday is 7)
What day of the month it is
IS this the first day of the month
Is this the last day of the month.
Calls is_today
Returns whether or not this is today in the real world.
Returns the month object this belongs to.
Returns whether this day has events.
Returns the events for this day.
Returns this day as a string
Returns the day as a long, wordy, almost, dare I say it, verbose string.
Returns the previous day.
Returns the next day
| OurCal documentation | view source | Contained in the OurCal distribution. |