怎么用java把一个yyyy-mm-dd格式的时间转化成yyyy-mm-dd hh:mm:ss格式的时间
1个回答
展开全部
SimpleDateFormat sdf1=new SimpleDateFormat("yyyy-MM-dd");
Date date=sdf1.parse("yyyy-mm-dd");
SimpleDateFormat sdf2=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String str=sdf2.format(date);
Date date=sdf1.parse("yyyy-mm-dd");
SimpleDateFormat sdf2=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String str=sdf2.format(date);
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |