We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LocalDate
startDate
LocalDateTime
ZonedDateTime
startDateTime
xxxAt
xxxDate
startedAt
The text was updated successfully, but these errors were encountered:
Date
DateTime
No branches or pull requests
📌 Description
DTO 필드, 메서드 파라미터 등의 경우
LocalDate
-> XXXDate (ex:startDate
) 로 수정LocalDateTime
,ZonedDateTime
-> XXXDateTime (ex:startDateTime
) 으로 수정DB 필드명의 경우
LocalDateTime
->xxxAt
/LocalDate
->xxxDate
사용startedAt
,startDate
The text was updated successfully, but these errors were encountered: