game/testtime.php
2022-06-07 00:30:34 +03:00

7 lines
89 B
PHP

<?
echo time();
echo "<br>";
echo date('w');
echo "<br>";
echo date('m');
?>