AY1920S1-CS2103T-T17-2 / main

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

Wrong values can be passed to time field for Financial Tracker #144

Closed nus-pe-bot closed 4 years ago

nus-pe-bot commented 4 years ago

javaw 2019-11-01 17-10-21-680.png

javaw 2019-11-01 17-12-22-510.png

In the cases above, time/123 leads to "12:3 am" and time/230 leads to "11:0". This should not be the case as time/2300 results in "23:00" which should probably be the correct format.


[original: lye-jw/ped#6]

honhaochen commented 4 years ago

Bug accepted, will refine my regex checking. Thanks for indicating this!