Home
last modified time | relevance | path

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

/webtrees/app/
H A DDate.php96 * @param string|null $date_format Override the default date format
101 …public function display(Tree|null $tree = null, string|null $date_format = null, bool $convert_cal… argument
109 $date_format ??= I18N::dateFormat();
119 $d1 = $this->date1->format($date_format, $this->qual1);
124 $d2 = $this->date2->format($date_format, $this->qual2);
133 $d1tmp = $d1conv->format($date_format, $this->qual1);
143 $d2tmp = $d2conv->format($date_format, $this->qual2);
152 … dir="' . I18N::direction() . '">(<a href="' . e($d1conv->calendarUrl($date_format, $tree)) . '" r…
154 …r="' . I18N::direction() . '"><br><a href="' . e($d1conv->calendarUrl($date_format, $tree)) . '" r…
162 … dir="' . I18N::direction() . '">(<a href="' . e($d2conv->calendarUrl($date_format, $tree)) . '" r…
[all …]
/webtrees/app/Date/
H A DAbstractCalendarDate.php869 * @param string $date_format
874 public function calendarUrl(string $date_format, Tree $tree): string argument
876 if ($this->day !== 0 && strpbrk($date_format, 'dDj')) {
879 } elseif ($this->month !== 0 && strpbrk($date_format, 'FMmn')) {