Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 601499 программистов и 2228 роботов. Сейчас ищут 4138 программистов ...
Calendar_Month_Weekdays::build
Вернуться к: Calendar
Calendar_Month_Weekdays::build
Calendar_Month_Weekdays::build() – Builds Day objects in tabular form, to allow display of calendar month with empty cells if the first day of the week does not fall on the first day of the month.
Synopsis
require_once 'MonthWeekdays.php';
boolean Calendar_Month_Weekdays::build ( array $sDates = array() )
This package is not documented yet.
Parameter
- array $sDates
-
(optional) Calendar_Day objects representing selected dates
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Calendar