实例 s[6] 为字符串 SimpleDateFormat sDateFormat=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); try { tDeviceAddOrderDetailDto.setDistributeExpressTime(sDateFormat.parse(s[6])); } catch (ParseException e) { e.printStackTrace(); }
实例 s[6] 为字符串 SimpleDateFormat sDateFormat=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); try { tDeviceAddOrderDetailDto.setDistributeExpressTime(sDateFormat.parse(s[6])); } catch (ParseException e) { e.printStackTrace(); }