I loop through an array of objects that all have a date property. The conditional I set inside the loop to compare the object's date to today's date should take care of just a few of the objects in the array I want kept out because of an old date, however, this conditional is removing all objects in the array for some reason. I loop through an array of objects that all hav