Lines Matching refs:weekStart
1500 $weekStart = date('Y-m-d', strtotime('monday this week'));
1507 $weekStart = date('Y-m-d');
1510 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days'));
1512 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days'));
1517 $start = new DateTime($weekStart);
1564 $calId = 'sidebar-' . substr(md5($namespace . $weekStart), 0, 8);
2588 $weekStart = date('Y-m-d', strtotime('monday this week'));
2595 $weekStart = date('Y-m-d');
2598 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days'));
2600 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days'));
2624 if ($dateKey >= $weekStart && $dateKey <= $weekEnd) {
2933 $html .= $this->renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme);
3116 private function renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme) { argument
3118 $calId = 'cal_' . substr(md5($weekStart . microtime()), 0, 8);
3133 $date = date('Y-m-d', strtotime($weekStart . ' +' . $i . ' days'));