gpt4 book ai didi

flutter - 如何在 Dart 中获取星期几的缩写名称

转载 作者:行者123 更新时间:2023-12-03 23:02:18 24 4
gpt4 key购买 nike

有人知道如何从 DateTime 中提取星期几的缩写名称?
ej:

DateTime date = DateTime.now();
String dateFormat = DateFormat('dd-MM-yyyy hh:mm').format(date);
结果 -> 周五

最佳答案

使用“E”作为日期模式(ABBR_WEEKDAY 模式)

DateFormat(DateFormat.ABBR_WEEKDAY).format(date);
查看更多信息: https://docs.flutter.io/flutter/intl/DateFormat-class.html

关于flutter - 如何在 Dart 中获取星期几的缩写名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64857603/

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