Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업 내용 🧑💻
TextboxInput
에 추가했습니다.알게된 점 🚀
day <= 31 조건을 명시적으로 추가하지 않아도
new Date(year, month, 0).getDate()
가 해당 월의 최대 일수를 반환해서 이 조건이 없어도 32일이나 31일이 없는 달의 31일이 잘 걸러짐!그래도 명시적으로 조건을 표시해두긴 하였습니다.
리뷰 요구사항 💬
이상한 값 넣었을 때 잘 막아지는지 확인해주시면 감사하겠습니당
관련 이슈
close #97
스크린샷 (선택)