79339361

Date: 2025-01-08 13:39:54
Score: 1.5
Natty:
Report link

I use date and strings :

$fullYear = date("Y");
$century = substr($fullYear, 0, 2);

use intval if you need to calculate something

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