kiosque

<?php
echo "Current date and time: ";
echo date("l dS of F Y h:i:s A");
?>