Open rizemon opened 3 years ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
btw_ex command dates
Accidentally using a wrong date format (12-12-2021) will crash the entire program.
[original: nus-cs2113-AY2122S1/pe-interim#2214] [original labels: type.FeatureFlaw severity.Medium]
[This is the team's response to the above 'original' bug]
No details provided by team.
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]
Team chose [severity.Medium
]
Originally [severity.High
]
Reason for disagreement: [replace this with your explanation]
Input:
add_ex_d d/KFC a/3 c/Misc D/29-02-2021
The date format stated was
DD/MM/YYYY
, but putting another type of format causes this exception to occur and the program to crash.