$isDate=fn($v)=>[$p=date_parse($v),!$p["errors"]&&!$p["warnings"]&&checkdate($p["month"],$p["day"],$p["year"])][1];