AY1920S1-CS2103T-T17-2 / main

TravEzy
https://ay1920s1-cs2103t-t17-2.github.io/main/
MIT License
0 stars 5 forks source link

Parsing Date Error #132

Closed nus-pe-bot closed 5 years ago

nus-pe-bot commented 5 years ago

Adding a Diary Entry with the date format mentioned leads to "java.text.ParseException: Unparseable date" error.

Rather the example mentioned in the User Guide also doesn't work:

add t/Fishing Trip d/12/12/2019 m/Caught the biggest fish ever!

image.png


[original: SakshiPradyumn/ped#3]

bjhoohaha commented 5 years ago

Command above entered by tester was not in correct format add t/TITLE d/DATE TIME p/PLACE m/MEMORY

Tester did not specify time, the following command works: add t/Fishing Trip d/12/12/2019 1200 m/Caught the biggest fish ever!