摘要:
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
落叶的博客
阅读(3168)
评论(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
落叶的博客
阅读(1161)
评论(0)
推荐(0)

浙公网安备 33010602011771号