|
if ($deltahour=="" && $deltaminute=="");
$deltahour=0;
$deltaminute=0;
endif;
$currenthour=Date("H");
$currentminute=Date("i");
SetType($currenthour,"integer");
SetType($currentminute,"integer");
SetType($deltahour,"integer");
SetType($deltaminute,"integer");
$finalhour=$currenthour-$deltahour;
$finalminute=$currentminute-$deltaminute;
if ($finalhour < 0);
$finalhour=$finalhour+24;
endif;
if ($finalminute < 0);
$finalminute=$finalminute+60;
$finalhour=$finalhour-1;
endif;
echo " | ";
echo " |
|
|
|
Destin Pass.com images are archived once a minute for the past 24 hours.