我想把一个表中的数据转到另一个表但是datetime报错了
dr["birth_date"] = Convert.ToDateTime(ds.Tables["adm_info"].Rows[y-1][4].ToString().Split('星')[0].ToString())