会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
康威特冶楼
首页
新随笔
联系
订阅
管理
2018年4月9日
Java中获取当前时间并格式化
摘要: 主要有以下方式,代码如下: 1.使用Calendar Calendar now = Calendar.getInstance(); System.out.println("年:" + now.get(Calendar.YEAR)); System.out.println("月:" + (now.ge
阅读全文
posted @ 2018-04-09 12:22 Convict
阅读(56826)
评论(0)
推荐(1)
编辑
公告