<?php $strings = [ "29-Apr-2021*", "02-09-2019 12:00:00" ]; foreach ($strings as $str) { echo strtok($str, " *") . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.