Lines Matching refs:date_format
96 * @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…
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 …