Lines Matching refs:format

203 	$date_yesterday = (new DateTime($date_today->format('Y-m-d')))->modify('-1 day');
208 $date_to = (new DateTime($date_from->format('Y-m-d')))->modify('+1 month');
211 $date_prev_month = (new DateTime($date_from->format('Y-m-d')))->modify('-1 month');
218 $date_from_on_weekday = $date_from->format('N');
277 … $css_td_border . '" colspan="' . $colspan_month . '">' . $months[$date_from->format('m')-1] . ' ';
279 …wikilink($data['namespace'] . ':' . $date_prev_month->format('Y') . ':' . $date_prev_month->format
280 …wikilink($data['namespace'] . ':' . $date_next_month->format('Y') . ':' . $date_next_month->format
283 …$html .= '<td class="year" colspan="' . $colspan_year . '">' . $date_from->format('Y') . '</td></t…
303 $html .= '<td class="' . $css_td_border . '">' . $date_from->format("W") . '</td>';
321 $html .= '<td class="' . $css_td_border . '">' . $date->format("W") . '</td>';
325 if ($date->format('Ymd') == $date_today->format('Ymd') and $data['mark_today'] == 1)
331 …$id = $data['namespace'] . ':' . $date->format('Y') . ':' . $date->format('m') . ':' . $date->form…
332 …if (($data['do_not_create_past_links'] == '1') and ($date->format('Ymd') < $date_today->format('Y…
334 …resolve_pageid($data['namespace'] . ':' . $date->format('Y') . ':' . $date->format('m'), $date->fo…
336 $html_day = html_wikilink($id, $date->format('d'));
338 $html_day = $date->format('d');
341 $html_day = html_wikilink($id, $date->format('d'));
344 $html_day = '<a href="#section' . $date->format('d') . '">' . $date->format('d') . '</a>';
346 $html_day = $date->format('d');