16
<?php
$currentTimeinSeconds = time();
$currentDate = date('Y-m-d', $currentTimeinSeconds);
echo ($currentDate);
?>
IMSC-IT-A-20 SAIYED BADRUDDIN
<?php
$currentTimeinSeconds = time();
$currentDate = date('Y-m-d', $currentTimeinSeconds);
echo ($currentDate);
?>