previousCalendar_Day::build (Previous) (Next) Calendar_Day::isFirstnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Calendar_Day::isEmpty

Calendar_Day::isEmpty()

Synopsis

require_once 'Day.php';

boolean Calendar_Day::isEmpty ( )

Description

This package is not documented yet.

Throws

例外はスローされません。

Note

This function can not be called statically.

previousCalendar_Day::build (Previous) (Next) Calendar_Day::isFirstnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: miked187
isEmpty() determines if the Day is within the current month.

The Calendar_Month_Weekdays object is built with a wall calendar print format in mind, some of the days on the beginning of a month calendar are at the end of last month, and at the end of the month there are days shown from the next month.

Calendar_Month_Weekdays builds an array of days in a similar fashion.

isEmpty() determines if the day fetched is within the scope of the current month.