So I was trying to display the current Day and date of today using php but instead it displays the last day of the month. I did tried to display the last day of the month before i tried ti display the current date of today and it works.
I tried to re do in another new php page but the result is still the same.
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<?php`enter code here`
echo date("D - t - m - Y");
?>
</body>
I just wanted to display my current date at my place only.