Use CCompareValidator to validate the rules () method of your model:
array( 'event_end_date', 'compare', 'compareAttribute'=>'event_start_date', 'operator'=>'>', 'allowEmpty'=>false , 'message'=>'{attribute} must be greater than "{compareValue}".' ),
source share