Hello.
I need to do something like:
<?php
$Now = date("g");
$StartTime = "02";
$EndTime = "04";
if ($foo is_between $HourPlus && $HourMinus ){
// Do Something
}
?>
is_between would be a method to determin if $Now (present hour) is between 2am ($StartTime) and 4am ($EndTime).
Should be simple... brain just isn't working tonight!
Thanks.