-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] FIX: 수지회 신청 날짜 형식 수정 #1718 #1719
Conversation
가지고 다니는 데이터를 M/d에서 y/M/d로 수정 및 display 경우만 M/d로 변경
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
frontend/src/Presentation/components/Register/DropdownTimeMenu.tsx
Outdated
Show resolved
Hide resolved
(13, NULL, '2025-04-09 14:00:00', 'dummy', 'BASEMENT', 'EXPECTED', 'HALF', 'dummy', 'dummy', NULL); | ||
(14, NULL, '2025-04-23 14:00:00', 'dummy', 'BASEMENT', 'EXPECTED', 'HALF', 'dummy', 'dummy', NULL); | ||
(15, NULL, '2025-05-07 14:00:00', 'dummy', 'BASEMENT', 'EXPECTED', 'HALF', 'dummy', 'dummy', NULL); | ||
(16, NULL, '2025-05-21 14:00:00', 'dummy', 'BASEMENT', 'EXPECTED', 'HALF', 'dummy', 'dummy', NULL); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
바뀐 거 확인했습니다~~ 굳굳!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저번에 못한 리뷰 지금 답니다.. 고친 부분 잘 작동되네요! 고생하셨습니다.
해당 사항 (중복 선택)
설명
[수요지식회]
getFullYear()
사용 -> api에서 받아오는 값을y/M/d
형식으로 바꾸어 출력시만M/d
로 변형하고, 연도도 해당 정보에서 가져오는 것으로 변경presentationLocation
의 기본 값에 대해 수지회를 만들때 정해졌던 3층이 아닌 지하 1층으로 바뀜에 따라 수정[주의 해야 할 부분]
#1718