I try to use date() function
But when I reload the page the displayed time does not make sense. It goes goes forward and backward.
Does anyone know what is wrong ?
<?php
echo date("H:m:s");
?>
I try to use date() function
But when I reload the page the displayed time does not make sense. It goes goes forward and backward.
Does anyone know what is wrong ?
<?php
echo date("H:m:s");
?>