http://qs321.pair.com?node_id=11117620


in reply to Re: Find maximum (Activity) date from array hash.
in thread Find maximum (Activity) date from array hash.

Thank you CountZero

Based on your notes, have used hippo's code with ISO date format (YYYY-MM-DD) and compared the date like

$maxdate = $date if $date gt $maxdate;