gpt4 book ai didi

Java - 日期无效时抛出错误

转载 作者:行者123 更新时间:2023-11-29 10:00:44 25 4
gpt4 key购买 nike

<分区>

我有以下代码:

SimpleDateFormat formatDDMMYYY = new SimpleDateFormat("dd/MM/yyyy");
Calendar quotationDay = Calendar.getInstance();
try {
quotationDay.setTime(formatDDMMYYY.parse("06/13/2015"));
} catch (ParseException e) {
throw new RuntimeException("Quotation date is in incorrect format.");
}

日期“06/13/2015”不正确,因为没有第 13 个月。 Java 会自动将其解析到下个月,即 2016 年。有什么办法可以防止这种情况发生并抛出异常吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com