LPMJ Example 3-12 (Click on the icon to view the source for copy and pasting)
<?php
function longdate($timestamp)
{
	return date("l F jS Y", $timestamp);
}
?>