Calendar_Month_Weeks::build

Calendar_Month_Weeks::build() – Builds Calendar_Week objects for the Month. Note that Calendar_Week

Synopsis

require_once 'MonthWeeks.php';

boolean Calendar_Month_Weeks::build ( array $sDates = array() )

Description

builds Calendar_Day object in tabular form (with Calendar_Day->empty)

Parameter

array $sDates

(optional) Calendar_Week objects representing selected dates

Throws

throws no exceptions thrown

Note

This function can not be called statically.