We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10fb28 commit 3422cd0Copy full SHA for 3422cd0
frontend/src/pages/generation/Attendance.jsx
@@ -45,7 +45,7 @@ const Attendance = () => {
45
46
// 날짜 기반 주차 계산 (0시 기준 초기화로 오차 제거)
47
const getWeekFromDate = (dateStr) => {
48
- const startDate = new Date("2025-12-21"); // 세션 시작일
+ const startDate = new Date("2025-12-23"); // 세션 시작일
49
startDate.setHours(0, 0, 0, 0);
50
51
const currentDate = new Date(dateStr);
0 commit comments