79467905

Date: 2025-02-25 21:24:40
Score: 1
Natty:
Report link

this is what I did

$_due_date = strtotime("first day of this month", $date);
$_due_date = strtotime("+2 years", $_due_date); 
$_due_date = strtotime("last day of this month", $_due_date);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yes