array( 'not_empty'=>'End Date cannot be empty', ), 'date_stop'=>array( 'not_empty'=>'End Date cannot be empty', 'validate_datestop'=>'End Date cannot be earlier than Start Date', ), 'code'=>array( 'validate_absentnoshow'=>'Absent No Show date cant be in the future', 'validate_absentnotice'=>'Absent Notice date cant be in the past', 'validate_casualrequest'=>'Casual Request date cant be in the past', ), ); ?>