<?php function gettime(){ global $date; $date = date('d-m-y h:i:s'); } gettime(); echo $date;
You have javascript disabled. You will not be able to edit any code.