I am sure this has to exist and be simple and even basic (at least I would think), but I can't seem to find information anywhere. I want to use Arcade to compare two dates (without time; just month, day, year) to see if they match. The problem is that these dates I am working with have time associated with them. So they don't match because the time doesn't match. For this accomplishment, I do not care for the time, only the month, day and year part of the date in the comparison.
I'm guessing it will be a conversion of those dates to a mmddyyyy only format within a variable, but I literally cannot find anything on how to accomplish this.