<?php $dateArray = array('2019-05-12','2019-04-02','2020-01-07','2019-11-10','2020-07-13','2019-08-15'); $dateArray = array_filter($dateArray, function($v){return strpos($v, date('Y')) !== false ? $v : '';}); echo max($dateArray);
You have javascript disabled. You will not be able to edit any code.