We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbbaba commit 61be37aCopy full SHA for 61be37a
1 file changed
frontend/src/pages/generation/Attendance.jsx
@@ -43,7 +43,7 @@ const Attendance = () => {
43
44
// 날짜 기반 주차 계산
45
const getWeekFromDate = (dateStr) => {
46
- const startDate = new Date("2025-06-24"); // 세션 시작일
+ const startDate = new Date("2025-12-21"); // 세션 시작일
47
const currentDate = new Date(dateStr);
48
49
// 두 날짜 사이 일수 차이 계산
0 commit comments