Files
lpmj6/3/12.php
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +00:00

7 lines
90 B
PHP

<?php
function longdate($timestamp)
{
return date("l F jS Y", $timestamp);
}
?>