Home
last modified time | relevance | path

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

/plugin/structgantt/meta/
DGantt.php276 $text = $this->intervalFormat($day, 'short');
277 $title = $this->intervalFormat($day, 'long');
298 …while ($r1 && ($this->intervalFormat(end($r1), 'comp') >= $this->intervalFormat($r2[0], 'comp'))) {
301 …while ($r3 && ($this->intervalFormat($r3[0], 'comp') <= $this->intervalFormat(end($r2), 'comp'))) {
318 $this->renderer->doc .= '<td title="' . $this->intervalFormat($day, 'long') . '"></td>';
340 $this->renderer->doc .= '<td title="' . $this->intervalFormat($day, 'long') . '"></td>';
401 $ident = $this->intervalFormat($date, 'header');
420 protected function intervalFormat(\DateTime $date, $formatname) function in dokuwiki\\plugin\\structgantt\\meta\\Gantt