Calendar_Month_Weekdays::build

Calendar_Month_Weekdays::build() – 表形式で使用するための日付オブジェクトを作成する。 その週の最初の日付が月の初日と一致しない場合には空のセルを用意し、 月間カレンダーを表示できるようにする

Synopsis

require_once 'MonthWeekdays.php';

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

Description

This package is not documented yet.

Parameter

array $sDates

(オプション) 選択された日付を表す Calendar_Day オブジェクト。

Throws

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

See

Calendar_Day_Base::isLast()

Calendar_Day_Base::isFirst()

Calendar_Day::isEmpty()

Note

This function can not be called statically.