Skip to content

Commit 61be37a

Browse files
committed
[FIX] attendance.jsx startDate 변경
1 parent cbbbaba commit 61be37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/generation/Attendance.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Attendance = () => {
4343

4444
// 날짜 기반 주차 계산
4545
const getWeekFromDate = (dateStr) => {
46-
const startDate = new Date("2025-06-24"); // 세션 시작일
46+
const startDate = new Date("2025-12-21"); // 세션 시작일
4747
const currentDate = new Date(dateStr);
4848

4949
// 두 날짜 사이 일수 차이 계산

0 commit comments

Comments
 (0)