Back End Development and APIs Projects - Exercise Tracker

Tell us what’s happening:

been trying this backend but cant pass number 15 but my date output looks okay

###Your project link(s)

solution: https://3000-keebleemman-exercisetra-hxtplsm42tn.ws-eu118.gitpod.io
,github on: GitHub - keeble-emmanuel/exercisetracker

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Back End Development and APIs Projects - Exercise Tracker

:rofl: :rofl: turns out its because i didnt manage invalid dates, to solve this all invalid dates had the todays date, new Date().toDateString, the test involve some invalid dates

thank you