Lines Matching refs:weekStart
1387 $weekStart = date('Y-m-d', strtotime('monday this week'));
1394 $weekStart = date('Y-m-d');
1397 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days'));
1399 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days'));
1404 $start = new DateTime($weekStart);
1451 $calId = 'sidebar-' . substr(md5($namespace . $weekStart), 0, 8);
2475 $weekStart = date('Y-m-d', strtotime('monday this week'));
2482 $weekStart = date('Y-m-d');
2485 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days'));
2487 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days'));
2511 if ($dateKey >= $weekStart && $dateKey <= $weekEnd) {
2820 $html .= $this->renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme);
3003 private function renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme) { argument
3005 $calId = 'cal_' . substr(md5($weekStart . microtime()), 0, 8);
3020 $date = date('Y-m-d', strtotime($weekStart . ' +' . $i . ' days'));