摘要: //使用Calendar类代表当前时间 Calendar c = Calendar.getInstance(); //年份 int yea = c.get(Calendar.YEAR); //月份 int month = c.get(Calendar.MONTH)+1; //日 int date = 阅读全文
posted @ 2020-04-29 17:33 闫超辉 阅读(183) 评论(0) 推荐(0) 编辑
摘要: //使用Calendar类代表当前时间 Calendar c = Calendar.getInstance(); //examinee.getBaseInfo().getBirthday()获取前端页面输入的日期 Date ss =examinee.getBaseInfo().getBirthday 阅读全文
posted @ 2020-04-29 17:12 闫超辉 阅读(1918) 评论(0) 推荐(0) 编辑