nus-cs2113-AY2021S2 / pe-dev-response

0 stars 0 forks source link

Allows adding of an invalid date, although the date seems to be converted to a proper one. #1308

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

Allows adding of 29th of February even though it was not a leap year, but it was converted to 28th upon viewing the list. image.png


[original: nus-cs2113-AY2021S2/pe-interim#1308] [original labels: severity.Low type.FunctionalityBug]

8kdesign commented 3 years ago

Team's Response

This is the regular behavior of the LocalDate class in Java.

Duplicate status (if any):

--