爪哇狼

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

2015年2月27日 #

摘要: Calendar c = Calendar.getInstance();//可以对每个时间域单独修改 int year = c.get(Calendar.YEAR); int month = c.get(Calendar.MONTH)+1; int day = c.get(Calendar.DA... 阅读全文
posted @ 2015-02-27 16:58 爪哇狼 阅读(1262) 评论(0) 推荐(0) 编辑