Lines Matching refs:weekStart
1336 $weekStart = date('Y-m-d', strtotime('monday this week'));
1343 $weekStart = date('Y-m-d');
1346 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days'));
1348 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days'));
1353 $start = new DateTime($weekStart);
1400 $calId = 'sidebar-' . substr(md5($namespace . $weekStart), 0, 8);
2596 $weekStart = date('Y-m-d', strtotime('monday this week'));
2603 $weekStart = date('Y-m-d');
2606 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days'));
2608 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days'));
2632 if ($dateKey >= $weekStart && $dateKey <= $weekEnd) {
3101 $html .= $this->renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme);
3284 private function renderWeekGrid($weekEvents, $weekStart, $themeStyles, $theme) { argument
3286 $calId = 'cal_' . substr(md5($weekStart . microtime()), 0, 8);
3301 $date = date('Y-m-d', strtotime($weekStart . ' +' . $i . ' days'));