Calendar
Zittme\Framework\Calendar 클래스의 공개 메서드 목록입니다. 이 문서는 Zittme 코어 소스에서 자동 생성되었습니다.
소스: common/framework/Calendar.php
공개 메서드
static function getMonthName(int $month_number, bool $long_format = true)- This method returns the English name of a month, e.g. 9 = 'September'.
static function getMonthStartDayOfWeek(int $month_number, ?int $year = null)- This method returns the day on which a month begins.
static function getMonthDays(int $month_number, ?int $year = null)- This method returns the number of days in a month, e.g. February 2016 has 29 days.
static function getMonthCalendar(int $month_number, ?int $year = null, int $start_dow = 0)- This method returns a complete calendar for a month.