if ($arriveDate !== '') {
                        $arriveDate = date('Y-m-d', \PHPExcel_Shared_Date::ExcelToPHP($arriveDate));

                        if ($tblStudent) {
                            $tblStudentTransferType = Student::useService()->getStudentTransferTypeByIdentifier('ARRIVE');