Searched refs:daysInWeek (Results 1 – 2 of 2) sorted by relevance
448 public function daysInWeek(): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate450 return $this->calendar->daysInWeek();601 return $this->dayNames($this->minimum_julian_day % $this->calendar->daysInWeek());611 … return $this->dayNamesAbbreviated($this->minimum_julian_day % $this->calendar->daysInWeek());631 return I18N::digits(($this->minimum_julian_day + 1) % $this->calendar->daysInWeek());
82 $days_in_week = $cal_date->daysInWeek();