How is Date stored in database?
java.util.Date Time
java.util.Datetime
Answers
Answered by
0
Answer:
DATE values have YYYY-MM-DD format, where YYYY represent the full year (4 digits), whereas the MM and DD represents the month and day parts of the date respectively (2 digits with leading zero).
Similar questions