实例
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();
}
6万+
5491

被折叠的 条评论
为什么被折叠?