java将日期时间CST格式转为"yyyy-MM-dd HH:mm:ss"

Date testDateStart = new DateTime().plusSeconds(120).toDate();
Date testDateEnd = new DateTime().plusSeconds(180).toDate();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String testDateStartStr = sdf.format(testDateStart);
String testDateEndStr = sdf.format(testDateEnd);

testDateStart直接存到数据库里面就是"yyyy-MM-dd HH:mm:ss"格式的

全部评论

相关推荐

Noob1024:一笔传三代,人走笔还在
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务