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

Date与Calender转化设置日期时间Demo

时间:2018-05-19 18:30:40      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:stat   cal   code   tin   int   static   instance   move   dem   

public static Date removeTime(Date date) {    
        Calendar cal = Calendar.getInstance();  
        cal.setTime(date);
        int year = cal.get(Calneder.YEAR);  
        cal.set(Calendar.HOUR_OF_DAY, 0);  
        return cal.getTime(); 
}

Date与Calender转化设置日期时间Demo

标签:stat   cal   code   tin   int   static   instance   move   dem   

原文地址:https://www.cnblogs.com/seliote/p/9060743.html

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