sid/test.php

3 lines
39 B
PHP
Raw Normal View History

2015-10-21 11:22:34 +00:00
<?php
echo date( 'd/m/Y', time() );
?>