View file file/date.php

File size: 51B
<?php
$date = date("d.m.Y");
print ("$date");
?>