79322456

Date: 2025-01-01 22:59:24
Score: 0.5
Natty:
Report link

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')))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Michael