parkerbowling / django-app

0 stars 1 forks source link

BUG Fix Update recipe date bug #13

Open parkerbowling opened 4 months ago

parkerbowling commented 4 months ago

When a user goes to update a recipe, the time "00:00:00" appears which makes the date automatically invalid for some reason. Should have no reason being there because the only the accepted is the date in YYYY-MM-DD format.