$target_date ); case 'isBefore': return ( $current_arhive_date < $target_date ); default: return ( $current_arhive_date > $target_date ); } } }