Robolor / Todo-List

This is my first "solo project" currently working through issues as they arise and slowly adding functionality as I come up with new ideas
0 stars 0 forks source link

Due date entry initial implementation is not pretty and easily misused #12

Open Robolor opened 5 months ago

Robolor commented 5 months ago

Need to verify that user is entering a valid date (try swapping input to int rather than a string, or convert the string to int also the way it is displayed upon entry needs reworked so that it flows better with the formatting of the output

Robolor commented 5 months ago

this has been worked on a bit, converted date data types to int and verifies that months are between 1-12, days 1-31 (need to modify based on each month's max number of days) and years go from 1-9999 currently