Searched refs:calendarUrl (Results 1 – 2 of 2) sorted by relevance
152 …v1 .= ' <span dir="' . I18N::direction() . '">(<a href="' . e($d1conv->calendarUrl($date_format, $…154 ….= ' <span dir="' . I18N::direction() . '"><br><a href="' . e($d1conv->calendarUrl($date_format, $…162 …v2 .= ' <span dir="' . I18N::direction() . '">(<a href="' . e($d2conv->calendarUrl($date_format, $…172 …$d1 = '<a href="' . e($this->date1->calendarUrl($date_format, $tree)) . '" rel="nofollow">' . $d1 …174 …$d2 = '<a href="' . e($this->date2->calendarUrl($date_format, $tree)) . '" rel="nofollow">' . $d2 …
874 public function calendarUrl(string $date_format, Tree $tree): string function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate