lainsce / countdown

Track events until they happen or since they happened.
GNU General Public License v3.0
25 stars 7 forks source link

[Bug] When entering the date, if the number is not two-digits it crashes the app #1

Closed FediHajjej closed 2 years ago

FediHajjej commented 2 years ago

hey it seems like the app crashes when entering a single digit day or month as you can see in the video provided

https://user-images.githubusercontent.com/53702108/164367601-d13e1314-25b3-4a41-9e4d-7f7f773421a8.mp4

lainsce commented 2 years ago

Yeah, it should be always two numbers, so "06" in your case.

It's MM not M for the month. :)

I could catch if the user typed M and add a 0.

lainsce commented 2 years ago

fixed