if (strlen($dates) > 9) { do something }
else { do something else }
If the variable has more than 9 characters in it, then do something…..