1 2 3 4 5 6 7 8 9 10
<?$start = date("YmdGis");$end = date("YmdGis")+10;echo $start;echo "<bR>";echo $end;echo "<bR>";echo $end-$start;?>