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