Home
last modified time | relevance | path

Searched refs:jd2 (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DCalendarService.php98 * @param int $jd2 the end range of julian day
106 …public function getCalendarEvents(int $jd1, int $jd2, string $facts, Tree $tree, string $filterof … argument
111 ->where(static function (Builder $query) use ($jd1, $jd2): void {
112 $query->where(static function (Builder $query) use ($jd1, $jd2): void {
115 ->where('d_julianday1', '<=', $jd2);
116 })->orWhere(static function (Builder $query) use ($jd1, $jd2): void {
119 ->where('d_julianday2', '<=', $jd2);
198 * @param int $jd2
206 …public function getEventsList(int $jd1, int $jd2, string $events, bool $only_living, string $sort_… argument
211 foreach (range($jd1, $jd2) as $jd) {