Home
last modified time | relevance | path

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

/plugin/structgantt/meta/
H A DGantt.php289 $text = $this->intervalFormat($day, 'short');
290 $title = $this->intervalFormat($day, 'long');
311 while ($r1 && ($this->intervalFormat(end($r1), 'comp') >= $this->intervalFormat($r2[0], 'comp'))) {
314 while ($r3 && ($this->intervalFormat($r3[0], 'comp') <= $this->intervalFormat(end($r2), 'comp'))) {
331 $this->renderer->doc .= '<td title="' . $this->intervalFormat($day, 'long') . '"></td>';
354 $this->renderer->doc .= '<td title="' . $this->intervalFormat($day, 'long') . '"></td>';
415 $ident = $this->intervalFormat($date, 'header');
434 protected function intervalFormat(\DateTim
456 protected function intervalFormat(\DateTime $date, $formatname) global() function in dokuwiki\\plugin\\structgantt\\meta\\Gantt
[all...]