IT虾米网

摘要: public class DateUtils { private static Log logger = LogFactory.getLog(DateUtils.class); public static String getFirstDayOfMonth(int year, int month) { Calendar cal = Calendar.getInstance(); // 设置年份 c 阅读全文
posted @ 2019-10-24 15:04 落叶的博客 阅读(3154) 评论(1) 推荐(0) 编辑
摘要: public class DateFormatUtils { private static Log logger = LogFactory.getLog(DateFormatUtils.class); public static String formatDate(String formater,Date date){ SimpleDateFormat formate = new SimpleDa 阅读全文
posted @ 2019-10-24 14:59 落叶的博客 阅读(1115) 评论(0) 推荐(0) 编辑