3 lines
39 B
PHP
3 lines
39 B
PHP
|
<?php
|
||
|
echo date( 'd/m/Y', time() );
|
||
|
?>
|