gpt4 book ai didi

java LocalDateTime 来自字符串解析错误

转载 作者:行者123 更新时间:2023-12-01 19:31:51 24 4
gpt4 key购买 nike

这是我的第一个问题,但我一整天都在尝试寻找错误:

我使用简单的代码从字符串中解析 DateTime:

DateTimeFormatter dateTimeFormatter=DateTimeFormatter.ofPattern ("yyyy-MM-dd hh:mm");
LocalDateTime start = LocalDateTime.parse("2019-12-01 10:00", dateTimeFormatter);

出现错误:

Text '2019-12-01 10:00' could not be parsed: Unable to obtain LocalDateTime from TemporalAccessor: {HourOfAmPm=10, MinuteOfHour=0},ISO resolved to 2019-12-01 of type java.time.format.Parsed

我的错误在哪里?

最佳答案

使用 HH(一天中的某个小时)。

DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");

关于java LocalDateTime 来自字符串解析错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59502385/

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