Filter with dates is not working

Huh, I see, this is definitely something I wasn’t able to figure out, explains why nothing was working. I’m still a bit lost on how I would structure my code though. Do you have any examples of people filtering by dates with the bounds of the hours/secs/milsecs that I could take a look at?

Eventually I caved and started building my project with a text input instead and checking strings of (MM/DD/YYYY) instead because I was at my wits end.

Is it worth it to get familiar with sorting through dates using the date type or just by using strings that look like dates and dealing with it like that?

I really appreciate the help this is my first big project in a while and actually programming stuff from scratch