79381429

Date: 2025-01-23 14:19:50
Score: 1.5
Natty:
Report link
$date = str_replace("/", "-", date("m/d/Y")); 
$arr = [
    'email' => $modified_by,
    'source' => $src,
    'date' => $date 
];

use this str_replace to slash to dash

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: abdul basit