Adding Hoursd
Posted: Mon Jan 02, 2006 6:15 pm
OK
I am using the Date function
but I want to show the hour two hours ahead
is there any way to do that like
I am using the Date function
Code: Select all
<?php echo date('l dS \of F Y h:i:s A');?>is there any way to do that like
Code: Select all
<?php echo date('l dS \of F Y h+2:i:s A');?>