中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

java怎么獲取當前年月日

小億
136
2024-02-27 10:47:55
欄目: 編程語言

要獲取當前年月日,可以使用Java中的LocalDate類來實現。以下是一個示例代碼:

import java.time.LocalDate;

public class Main {
    public static void main(String[] args) {
        // 獲取當前日期
        LocalDate currentDate = LocalDate.now();
        
        // 獲取當前年份
        int year = currentDate.getYear();
        
        // 獲取當前月份
        int month = currentDate.getMonthValue();
        
        // 獲取當前日期
        int day = currentDate.getDayOfMonth();
        
        System.out.println("當前年份:" + year);
        System.out.println("當前月份:" + month);
        System.out.println("當前日期:" + day);
    }
}

運行以上代碼,將輸出當前的年份、月份和日期。

0
阳新县| 霸州市| 青铜峡市| 仁寿县| 明星| 宜城市| 兴山县| 孟村| 阿瓦提县| 肥乡县| 建湖县| 巴彦县| 襄樊市| 吉林市| 丹凤县| 涪陵区| 南安市| 自贡市| 德州市| 甘德县| 茌平县| 千阳县| 会昌县| 治多县| 南漳县| 尼玛县| 肃南| 宁乡县| 镇安县| 南安市| 寿光市| 固原市| 连南| 墨竹工卡县| 阿拉善右旗| 从江县| 拉孜县| 绥阳县| 罗田县| 东港市| 民乐县|