美文网首页
java 获取当前年度

java 获取当前年度

作者: 二狗他叔 | 来源:发表于2019-08-22 09:14 被阅读0次

    比较简单的一种写法:

    String.valueOf(Calendar.getInstance().get(Calendar.YEAR));
    

    输出为:2019

    相关文章

      网友评论

          本文标题:java 获取当前年度

          本文链接:https://www.haomeiwen.com/subject/fyygsctx.html