java ,Date 转 特定格式字符串。SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyyMM");String format = simpleDateFormat.format(new Date());方便,不需要什么DateUtil,什么 XXTool了。