gpt4 book ai didi

datetime - Flutter - 无法格式化日期时间

转载 作者:行者123 更新时间:2023-12-04 14:16:16 24 4
gpt4 key购买 nike

错误很简单

import 'package:intl/intl.dart';

DateFormat.d().format(DateTime.now().toString())

返回

The method 'd' isn't defined for the class 'DateFormat'. Try correcting the name to the name of an existing method, or defining a method named 'd'.



很清楚发生了什么,但我该如何解决?

最佳答案

尝试使用它来获取一周中的某一天(例如在星期一)

DateFormat.EEEE().format(DateTime.now())

使用 intl: ^0.16.0 在 pubspec.yaml

您需要来自国际库的用户 DateFormat。检查 DateFormat 类的导入位置

关于datetime - Flutter - 无法格式化日期时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60037185/

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