Pulling the Max Date From An Array Of Differently Formatted Date Fields
Hello,
I am trying to pull the latest/max date from an array of differently formatted dates:
Here is the data I am pulling into an array. The different highlights show that some dates have a timestamp while others do not.

Here is a good example of a bunlde in my array:

The goal is to get the latest date from each bundle, and apply that date to new field.



