Ok... I wasnt thinking clearly on the date function... fixing that now... new to php.
PHP Code:
// time variables...
$time_for_announce = date("Hi");
Code:
[[($time_for_announce>=0345 AND $time_for_announce<=0430)]]
The server is schedule to do perform a daily backup between 0345 CST and 0430 CST. Current Server Time is $time_for_announce
[[/($time_for_announce>=0345 AND $time_for_announce<=0430)]]
Frank