In an array of values that can be converted to a Date using toDate, return the chronologically latest value. Its like Math.max(), but for dates.
toDate
In an array of values that can be converted to a Date using
toDate
, return the chronologically latest value. Its like Math.max(), but for dates.