AY2122S2-CS2103-F11-2 / tp

TAlent Assistantâ„¢ is a desktop application used by professors to schedule interviews and keep track of applications for teaching assistants.
https://ay2122s2-cs2103-f11-2.github.io/tp/
MIT License
1 stars 5 forks source link

[PE-D] `schedule` invalid date will still be added #316

Closed soc-pe-bot closed 2 years ago

soc-pe-bot commented 2 years ago

When entering a date in the correct format but is an invalid one, the schedule would still add it but change the date

Command entered: schedule add candidate/2 at/30-02-2024 15:00

image.png


Labels: type.FunctionalityBug severity.Low original: mazx4960/ped#2

lzan98 commented 2 years ago

Apparently this issue was commonly reported (and rejected) in previous iterations of PE, due to it being a Java LocalDateTime feature. Bug can be rejected by adding a note in the UG. Previous examples: #1 #2