gpt4 book ai didi

flutter - dart : "Trying to read -YYYY from 17-04-2020 at position 10" 中的日期格式错误

转载 作者:行者123 更新时间:2023-12-03 03:35:48 25 4
gpt4 key购买 nike

如何将类似 dd-MM-yyyy 格式的“17-04-2020”字符串转换为 dart/flutter 中的 DateTime 对象?

formatter = new DateFormat('dd-MM-YYYY');
formatter.parse(strDate);

我尝试了上面的代码并得到一个错误:
Trying to read -YYYY from 17-04-2020 at position 10

最佳答案

您的日期模式中需要小写的 Y,请使用以下命令:

"dd-MM-yyyy"

您可以查看 docs here对于可用的日期模式。

如果您只需要年份的两位数,您也可以使用 dd-MM-yy .

关于flutter - dart : "Trying to read -YYYY from 17-04-2020 at position 10" 中的日期格式错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61271283/

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