Open zm-l opened 1 year ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Inconsistency when dealing with inexistent dates
When trying to mark a student as present on 2021-02-29, the system marks the student as present on 2021-02-28. However, when trying to mark a student as present on 2021-03-33, the system complains a syntax error.
[original: nus-cs2103-AY2223S2/pe-interim#2806] [original labels: severity.Low type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
The result of marking
2021-01-33
is correct, it is an invalid date format (day cannot possibly be 33). However, the command does not properly acknowledge that although 2021-02-29 is valid in format, it is not a valid date.Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
similar to mark, when invalid date is given like 2023-02-30, it auto interprets to other date