码迷,mamicode.com
首页 > 其他好文 > 详细

时间戳转date

时间:2021-04-20 15:27:23      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:time()   end   amp   simple   gets   time   sql   mes   时间戳   

Date date = new Date(((java.sql.Timestamp) message.getSendTime()).getTime());
DateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
format.format(date);
message.setSendTime(format.format(date));

时间戳转date

标签:time()   end   amp   simple   gets   time   sql   mes   时间戳   

原文地址:https://www.cnblogs.com/airou/p/14674167.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!