摘要: Date ruZhi = new Date("入职年月bai"); Date now = new Date(); //算出du来时间夸格zhi多长 long shiChang = now.getTime()-now.getTIme(); //转换成天 int day = shiChang/(1000 阅读全文
posted @ 2020-11-23 10:06 红尘沙漏 阅读(978) 评论(1) 推荐(0) 编辑
摘要: import java.util.Date; import java.util.Calendar; public int workAge(Date nowTime, Date workTime){ int year = 0; //当前时间的年月日 Calendar cal = Calendar.ge 阅读全文
posted @ 2020-11-23 10:04 红尘沙漏 阅读(827) 评论(0) 推荐(0) 编辑
摘要: public class TimerUtil { /** * 计算工龄 日期格式为yyyy-MM * @param t1 入职日期 * @param t2 当前日期 * @return XX年XX月 */ public static String gl(String t1,String t2) { 阅读全文
posted @ 2020-11-23 09:58 红尘沙漏 阅读(526) 评论(0) 推荐(0) 编辑