My site is 6 hour advance in philippines,
in my script here's the code, i want to change in my country real time
$hourdiff = "13";
$New_Time = time() + ($hourdiff * 3600);
$time=date("g:i a",$New_Time);
$flipdate = date("l, d F Y g:i a",time() + ($hourdiff * 3600));
print ("$flipdate");
help pls!
in my script here's the code, i want to change in my country real time
$hourdiff = "13";
$New_Time = time() + ($hourdiff * 3600);
$time=date("g:i a",$New_Time);
$flipdate = date("l, d F Y g:i a",time() + ($hourdiff * 3600));
print ("$flipdate");
help pls!
Comment