爪哇狼

博客园 首页 新随笔 联系 订阅 管理

2013年12月24日 #

摘要: SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd"); Date date; try { date = new Date(); Calendar calender = Calendar.getInstance(); calender.setTime(date); calender.add(Calendar.MONTH, 1); String dd = simpleDateFormat.format(calender.getTime()); ... 阅读全文
posted @ 2013-12-24 10:15 爪哇狼 阅读(304) 评论(0) 推荐(0) 编辑