> I'm getting close to what I want...I currently have this code which loops
> through all of the next 24 hours:
>
>
> for($i = 0; $i <= 24; $i++):
> $futhour = strtotime("+$i hour");
> echo ''. date('g
> a',$futhour).'';
> endfor;
> ?>
>
>
> is there a way to include the mi
I'm getting close to what I want...I currently have this code which loops
through all of the next 24 hours:
for($i = 0; $i <= 24; $i++):
$futhour = strtotime("+$i hour");
echo ''. date('g
a',$futhour).'';
endfor;
?>
is there a way to include the minutes of the hour in the abo
2 matches
Mail list logo