since PHP 8.1 strftime is deprecated. here my one-liner for a random birthdate Age 18-90
$birthdate = date('Y-m-d', random_int((new Datetime('90 years ago'))->format('U'), (new DateTime('18 years ago'))->format('U')))