Lines Matching refs:weekStart
11972 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {
12262 if ($dateKey < $weekStart) continue; // Skip old events
12291 if ($dateKey >= $weekStart && $dateKey <= $weekEnd) {
12296 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {
12306 1. Skip events < weekStart ❌
12374 $weekStart = date('Y-m-d'); // Today!
12377 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days'));
12400 $weekStart = date('Y-m-d', strtotime('saturday this week'));
12406 $weekStart = date('Y-m-d'); // Today!
12409 $weekStart = date('Y-m-d', strtotime('-' . $daysBack . ' days'));
12411 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days'));
12421 - Saturday (day 6): weekStart = today
12422 - Sunday (day 0): weekStart = yesterday
12462 $weekStart = date('Y-m-d', strtotime('saturday this week'));
12465 $weekStart = date('Y-m-d', strtotime('monday this week'));
12510 $weekStart = date('Y-m-d', strtotime('monday this week'));
12515 $weekStart = date('Y-m-d', strtotime('sunday this week'));