Selecteer een pagina

[insert_php]
echo 'Local date an time is: ';
$hours = 1;
Echo gmdate('L, F, j, Y \a\t G:i:s', time()+intval($hours*60)60));
[/insert_php]