Просмотр файла templates/time.php

Размер файла: 63B
<?php
$time = date("G.i.s");
print ("Время: $time");
?>