esm
08-30-2003, 07:58 PM
well, I was never very good with the following:
I want to return TRUE if the current date is between two dates, otherwise FALSE.
something like
if ( ($cat==$the_cat or $no_cat==1) && $start_date <= $to_day <= $last_date )
I want to return TRUE if the current date is between two dates, otherwise FALSE.
something like
if ( ($cat==$the_cat or $no_cat==1) && $start_date <= $to_day <= $last_date )