Skip to content
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

[IDLE-000] 지원공고 UI동기화 문제 해결 #73

Merged
merged 3 commits into from
Sep 23, 2024
Merged

Conversation

J0onYEong
Copy link
Contributor

변경된점

  • 지원공고 UI동기화 문제 해결

지원시각 문자열을 Date타입으로 파싱하는 과정에서 발생한 문제 해결
문자열을 Date타입으로 파싱하는 경우 해당 문자열과 일치하는 데이트 형식을 전부 제공해야 함

"2024-09-23T19:42:35" 의 경우 "yyyy-MM-dd"로 파싱시 실패한다.

ISO8601형식의 경우 "yyyy-MM-dd'T'HH:mm:ss" 를 데이트 포맷으로 사용해야 한다. 그렇지 않으면 파싱 실패한다.
필요한 내역을 변경하고 싶다해도 String을 Date로 파싱하는 경우 전체 포맷이 필요하다.
@J0onYEong J0onYEong merged commit 61b5b1d into develop Sep 23, 2024
1 check passed
@J0onYEong J0onYEong deleted the fix/apply branch September 23, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant